[9133] Fixes in talent 11129 work.
[getmangos.git] / sql / updates / 8589_03_mangos_item_template.sql
blob872c4dbdcf445cf083bb36abd0ec6a0e1b222ead
1 ALTER TABLE db_version CHANGE COLUMN required_8589_02_mangos_gameobject_template required_8589_03_mangos_item_template bit;
3 alter table `item_template`
4     add column `Faction` int(11) UNSIGNED DEFAULT '0' NOT NULL after `Flags`;