[7941] Restore autocast pet spell state at load/resummon
[getmangos.git] / sql / updates / 7133_01_mangos_skill_discovery_template.sql
blob85653618cfa2071548224ab393dab5731e990850
1 ALTER TABLE db_version CHANGE COLUMN required_7118_01_mangos_skill_discovery_template required_7133_01_mangos_skill_discovery_template bit;
3 ALTER TABLE skill_discovery_template
4    DROP `reqClass`,
5    ADD COLUMN `reqSkillValue` smallint(5) unsigned NOT NULL default '0' COMMENT 'skill points requirement' AFTER reqSpell;