Core/Spells: Fix hunter "Steady Shot" focus regen

Closes #9553
This commit is contained in:
Vincent-Michael
2013-07-22 02:48:40 +02:00
parent 95407b1b9d
commit 41311da2de
2 changed files with 44 additions and 0 deletions

View File

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