mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-12 11:43:54 +00:00
revert last 2 commits
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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