aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMartGon <gudo35@gmail.com>2017-05-14 11:05:05 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-05-14 11:05:05 +0200
commit3e18fcb8fd4ac8e9700f10eb3b6a1292c0f8beb8 (patch)
tree24f5abbeafe78cae912a2843fab577f4146a2eea /sql
parent8ea16ff9238f25f32609ac13330570f6114f8e37 (diff)
Scripts/Spells: Aspect of the Cheetah (#19755)
Closes #19611
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_05_14_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_14_00_world.sql b/sql/updates/world/master/2017_05_14_00_world.sql
new file mode 100644
index 00000000000..ab6a44301cd
--- /dev/null
+++ b/sql/updates/world/master/2017_05_14_00_world.sql
@@ -0,0 +1,4 @@
+-- Hunter spell Aspect of the Cheetah (186257)
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_hun_aspect_cheetah';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(186257, 'spell_hun_aspect_cheetah');