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:
@@ -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');
|
||||
Reference in New Issue
Block a user