mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
@@ -1,11 +0,0 @@
|
||||
--
|
||||
DROP TABLE IF EXISTS `motd`;
|
||||
CREATE TABLE `motd` (
|
||||
`realmid` INT NOT NULL,
|
||||
`text` LONGTEXT NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`realmid`)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
DELETE FROM `motd` WHERE `realmid`=1;
|
||||
INSERT INTO `motd` (`realmid`, `text`) VALUES
|
||||
(-1, 'Welcome to an AzerothCore server.');
|
||||
Reference in New Issue
Block a user