Core/Spells: Allow a priest's Mana Burn to break fear.

Patch by dr.tenma.
Fixes issue #3985

--HG--
branch : trunk
This commit is contained in:
silinoron
2010-09-18 19:26:34 -07:00
parent 48b29e6019
commit 383af00e2b
2 changed files with 37 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=-8129 AND `ScriptName`='spell_pri_mana_burn';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-8129,'spell_pri_mana_burn');