mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +00:00
[Sync] Some project sync
This commit is contained in:
parent
b25fa433fe
commit
bbf0020c1a
98 changed files with 5866 additions and 2121 deletions
5
sql/updates/Rel18/12741_01_mangos.sql
Normal file
5
sql/updates/Rel18/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