Added url to server welcome message.

This commit is contained in:
MobiusDev 2017-11-26 15:12:22 +00:00
parent 67c073b42e
commit 99a12fbde0
6 changed files with 12 additions and 6 deletions

View File

@ -11,4 +11,5 @@ 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', 'Server powered by L2J-Mobius project.'); (0, 'L2jMobius', 'Thanks for using L2jMobius!'),
(0, 'L2jMobius', '[=http://www.l2jmobius.com/=]');

View File

@ -11,4 +11,5 @@ 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', 'Server powered by L2J-Mobius project.'); (0, 'L2jMobius', 'Thanks for using L2jMobius!'),
(0, 'L2jMobius', '[=http://www.l2jmobius.com/=]');

View File

@ -11,4 +11,5 @@ 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', 'Server powered by L2J-Mobius project.'); (0, 'L2jMobius', 'Thanks for using L2jMobius!'),
(0, 'L2jMobius', '[=http://www.l2jmobius.com/=]');

View File

@ -11,4 +11,5 @@ 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', 'Server powered by L2J-Mobius project.'); (0, 'L2jMobius', 'Thanks for using L2jMobius!'),
(0, 'L2jMobius', '[=http://www.l2jmobius.com/=]');

View File

@ -10,4 +10,5 @@ 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', 'Server powered by L2J-Mobius project.'); (0, 'L2jMobius', 'Thanks for using L2jMobius!'),
(0, 'L2jMobius', '[=http://www.l2jmobius.com/=]');

View File

@ -11,4 +11,5 @@ 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', 'Server powered by L2J-Mobius project.'); (0, 'L2jMobius', 'Thanks for using L2jMobius!'),
(0, 'L2jMobius', '[=http://www.l2jmobius.com/=]');