[9133] Fixes in talent 11129 work.
[getmangos.git] / sql / updates / 7988_04_mangos_creature_template.sql
blobb1a79116df03ca8eb9041aa2c04092840c9a26cc
1 ALTER TABLE db_version CHANGE COLUMN required_7988_03_mangos_spell_chain required_7988_04_mangos_creature_template bit;
3 alter table `creature_template`
4     add column `unk1` int(11) UNSIGNED DEFAULT '0' NOT NULL after `heroic_entry`,
5     add column `unk2` int(11) UNSIGNED DEFAULT '0' NOT NULL after `unk1`,
6     add column `questItem1` int(11) UNSIGNED DEFAULT '0' NOT NULL after `RacialLeader`,
7     add column `questItem2` int(11) UNSIGNED DEFAULT '0' NOT NULL after `questItem1`,
8     add column `questItem3` int(11) UNSIGNED DEFAULT '0' NOT NULL after `questItem2`,
9     add column `questItem4` int(11) UNSIGNED DEFAULT '0' NOT NULL after `questItem3`,
10     add column `movementId` int(11) UNSIGNED DEFAULT '0' NOT NULL after `questItem4`;