aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2012-12-04 20:50:01 +0100
committerVincent-Michael <Vincent_Michael@gmx.de>2012-12-04 20:50:01 +0100
commit082c3f4267ea84a3193bdd5a15eea4a00edf397f (patch)
treec442dbb7c4ade246be8256f4d284b24f64ab8c53 /sql
parent40b010e3ad9ca2bbc7ad4dc4bc469362f4e1d7b5 (diff)
Core/Hunter: Fix Furious Howl targets
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_12_04_05_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_04_05_world_spell_script_names.sql b/sql/updates/world/2012_12_04_05_world_spell_script_names.sql
new file mode 100644
index 00000000000..f325ac731d4
--- /dev/null
+++ b/sql/updates/world/2012_12_04_05_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=-24604;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(-24604,'spell_hun_furious_howl');