Core/Spells: Fix hunter wolf "Furious Howl" - is now for complete raid

This commit is contained in:
Vincent-Michael
2013-07-22 18:49:49 +02:00
parent 82d8023201
commit 72c2ff0bf6
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=-24604;

View File

@@ -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
{