Core/Spells: Fix Aspect of the Beast

Closes #462
Closes #2814
This commit is contained in:
Kapoeira
2011-08-30 20:24:36 +07:00
committed by tobmaps
parent aa85553bfd
commit 5d0a2b6094
4 changed files with 60 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=13161;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(13161, 'spell_hun_aspect_of_the_beast');