mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Missed changes from last commit. Sorry bout that.
--HG-- branch : trunk
This commit is contained in:
@@ -301,6 +301,7 @@ CREATE TABLE `channels` (
|
||||
`m_team` int(10) unsigned NOT NULL,
|
||||
`m_announce` tinyint(1) unsigned NOT NULL default '0',
|
||||
`m_moderate` tinyint(1) unsigned NOT NULL default '0',
|
||||
`m_public` tinyint(1) unsigned NOT NULL default '1',
|
||||
`m_password` text,
|
||||
`BannedList` longtext,
|
||||
PRIMARY KEY (`m_name`(10),`m_team`)
|
||||
|
||||
Reference in New Issue
Block a user