From 3e18fcb8fd4ac8e9700f10eb3b6a1292c0f8beb8 Mon Sep 17 00:00:00 2001 From: MartGon Date: Sun, 14 May 2017 11:05:05 +0200 Subject: Scripts/Spells: Aspect of the Cheetah (#19755) Closes #19611 --- sql/updates/world/master/2017_05_14_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2017_05_14_00_world.sql (limited to 'sql') 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'); -- cgit v1.2.3