execute this in the auth db if you have problem starting up the serverCode:CREATE TABLE `autobroadcast` ( `realmid` INT(10) NOT NULL, `id` INT(11) NOT NULL AUTO_INCREMENT, `weight` TINYINT(3) NULL DEFAULT '1', `text` LONGTEXT NOT NULL, PRIMARY KEY (`id`, `realmid`) ) COLLATE='utf8_general_ci' ENGINE=MyISAM AUTO_INCREMENT=1;


Likes: 

blindspell


Bookmarks