Skip to content
Snippets Groups Projects
Commit d9c83ebd authored by Deva's avatar Deva
Browse files

Update announcements.sql

Add missing information
parent d4bcc5fd
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,6 @@ CREATE TABLE IF NOT EXISTS `announcements` ( ...@@ -9,4 +9,6 @@ CREATE TABLE IF NOT EXISTS `announcements` (
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8; ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO announcements (`type`, `author`, `content`) VALUES (0, 'L2JServer', 'Thanks for using L2J.'); INSERT INTO announcements (`type`, `author`, `content`) VALUES
\ No newline at end of file (0, 'L2JServer', 'Thanks for using L2J.'),
(0, '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