[9133] Fixes in talent 11129 work.
[getmangos.git] / sql / updates / 7988_05_mangos_item_template.sql
blobb6886d21cc5412308af5c0c353ed868dcb85e853
1 ALTER TABLE db_version CHANGE COLUMN required_7988_04_mangos_creature_template required_7988_05_mangos_item_template bit;
3 alter table `item_template`
4     add column `HolidayId` int(11) UNSIGNED DEFAULT '0' NOT NULL after `ItemLimitCategory`;