Core/Scripts: implement Drain Mana breaking some auras on hit

Updates #20234
This commit is contained in:
ariel-
2018-02-17 17:44:03 -03:00
parent b71b3c6672
commit a6673f6aa7
3 changed files with 23 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_mana_burn','spell_gen_clear_fear_poly');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(5138, 'spell_gen_clear_fear_poly'),
(8129, 'spell_gen_clear_fear_poly');