diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-03-07 13:33:19 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-03-07 13:33:19 -0300 |
| commit | 804257b99a26ca2dc1941a7577e5ae06c954f9cb (patch) | |
| tree | 24cfc255123232935c0fe6dc20498a561460c4d7 /sql/updates | |
| parent | c7a5aa3902ca548ac4355d659e29c6c88cef3525 (diff) | |
Core/Scripts: converted Argent Tournament pennants to AI
Closes #14616
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_03_07_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_07_00_world.sql b/sql/updates/world/3.3.5/2017_03_07_00_world.sql new file mode 100644 index 00000000000..22844e5c488 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_07_00_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_on_tournament_mount'; +UPDATE `creature_template` SET `ScriptName`='npc_tournament_mount' WHERE `entry` IN (33217,33316,33317,33318,33319,33320,33321,33322,33323,33324,33782,33845,33844); |
