[9133] Fixes in talent 11129 work.
[getmangos.git] / sql / updates / 0.13 / 2008_12_22_04_mangos_item_template.sql
blob685c44a4e9afd51a190f9410f5bf287043011f22
1 ALTER TABLE db_version CHANGE COLUMN required_2008_12_22_03_mangos_item_template required_2008_12_22_04_mangos_item_template bit;
3 alter table `item_template`
4     add column `StatsCount` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL after `ContainerSlots`;