Changed powered by announcement message.

This commit is contained in:
MobiusDev 2015-09-26 13:09:52 +00:00
parent c6319af06d
commit 0c41708c21

View File

@ -11,4 +11,4 @@ CREATE TABLE IF NOT EXISTS `announcements` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8; ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO announcements (`type`, `author`, `content`) VALUES INSERT INTO announcements (`type`, `author`, `content`) VALUES
(0, 'Mobius', 'Powered by www.l2jmobius.com'); (0, 'Mobius', 'Powered by L2J-Mobius');