mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
336e8501f0
--HG-- branch : trunk
5 lines
220 B
SQL
5 lines
220 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7207_01_mangos_creature required_7207_02_mangos_gameobject bit;
|
|
|
|
ALTER TABLE gameobject
|
|
ADD COLUMN `phaseMask` smallint(5) unsigned NOT NULL default '1' AFTER `spawnMask`;
|