mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[12741] Ported ACTION_T_SUMMON_UNIQUE from mangos-zero, updated descriptions
This commit is contained in:
parent
ad4fb2d31d
commit
2daeb8b63d
8 changed files with 1541 additions and 1706 deletions
5
sql/updates/12741_01_mangos.sql
Normal file
5
sql/updates/12741_01_mangos.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue