Core/Hunter: Fix Furious Howl targets

This commit is contained in:
Vincent-Michael
2012-12-04 20:50:01 +01:00
parent 40b010e3ad
commit 082c3f4267
2 changed files with 34 additions and 0 deletions

View File

@@ -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');