Removed L2J notes.

This commit is contained in:
mobius
2015-01-02 00:17:39 +00:00
parent ab1104f211
commit 6c264d00f0
35 changed files with 44 additions and 90 deletions

View File

@ -7,6 +7,4 @@ CREATE TABLE IF NOT EXISTS `announcements` (
`author` text NOT NULL,
`content` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO announcements (`type`, `author`, `content`) VALUES (0, 'L2JServer', 'Thanks for using L2J.');
) ENGINE=InnoDB DEFAULT CHARSET=utf8;