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

This commit is contained in:
Aokromes
2018-02-18 17:58:58 +01:00
parent 0e9a0decaf
commit 3adfc66859
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');