revert last 2 commits

This commit is contained in:
mik1893
2016-07-08 21:25:31 +01:00
parent 72a182cbc3
commit 13c8394bf1
2539 changed files with 2153 additions and 428 deletions
@@ -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;