Skip to content
Snippets Groups Projects
Commit 62070356 authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

Merge pull request #62 from maneco2/patch-1

Update announcements.sql
parents d4bcc5fd a39cc4d5
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,6 @@ CREATE TABLE IF NOT EXISTS `announcements` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO announcements (`type`, `author`, `content`) VALUES (0, 'L2JServer', 'Thanks for using L2J.');
\ No newline at end of file
INSERT INTO announcements (`type`, `author`, `content`) VALUES
(0, 'L2JServer', 'Thanks for using L2J.'),
(1, 'L2JServer', 'http://www.l2jserver.com/');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment