[12741] Ported ACTION_T_SUMMON_UNIQUE from mangos-zero, updated descriptions

This commit is contained in:
sanctum32 2013-12-13 17:04:23 +02:00 committed by Antz
parent ad4fb2d31d
commit 2daeb8b63d
8 changed files with 1541 additions and 1706 deletions

View file

@ -0,0 +1,5 @@
ALTER TABLE db_version CHANGE COLUMN required_12738_01_mangos_spell_template required_12741_01_mangos bit;
update creature_ai_scripts set action1_type=48 where action1_type=47;
update creature_ai_scripts set action2_type=48 where action2_type=47;
update creature_ai_scripts set action3_type=48 where action3_type=47;