From 72c2ff0bf6b4d85e68a685f4c2cbd38f1f9356b7 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Mon, 22 Jul 2013 18:49:49 +0200 Subject: [PATCH] Core/Spells: Fix hunter wolf "Furious Howl" - is now for complete raid --- .../world/2013_07_22_06_world_spell_spell_script_names_434.sql | 1 + src/server/scripts/Spells/spell_hunter.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 sql/updates/world/2013_07_22_06_world_spell_spell_script_names_434.sql diff --git a/sql/updates/world/2013_07_22_06_world_spell_spell_script_names_434.sql b/sql/updates/world/2013_07_22_06_world_spell_spell_script_names_434.sql new file mode 100644 index 00000000000..94c5e9cf39e --- /dev/null +++ b/sql/updates/world/2013_07_22_06_world_spell_spell_script_names_434.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=-24604; diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp index c43ca7271e0..208d10fbfe3 100644 --- a/src/server/scripts/Spells/spell_hunter.cpp +++ b/src/server/scripts/Spells/spell_hunter.cpp @@ -847,7 +847,6 @@ class spell_hun_tame_beast : public SpellScriptLoader } }; -// -24604 - Furious Howl // 53434 - Call of the Wild class spell_hun_target_only_pet_and_owner : public SpellScriptLoader {