mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Core/Channels: allow to disable ownership of channels
This commit is contained in:
4
data/sql/updates/characters/2016_08_15_00.sql
Normal file
4
data/sql/updates/characters/2016_08_15_00.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE characters_db_version CHANGE COLUMN 2016_08_12_00 2016_08_15_00 bit;
|
||||
|
||||
ALTER TABLE `channels`
|
||||
ADD `ownership` tinyint(3) unsigned NOT NULL DEFAULT '1' AFTER `announce`;
|
||||
Reference in New Issue
Block a user