forked from mirror/azerothcore-wotlk
revert last 2 commits
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
CREATE TABLE `channels_bans` (
|
||||
`channelId` int(10) unsigned NOT NULL,
|
||||
`playerGUID` int(10) unsigned NOT NULL,
|
||||
`banTime` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`channelId`,`playerGUID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user