mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Scripts: implement Drain Mana breaking some auras on hit
This commit is contained in:
4
sql/updates/world/3.3.5/2018_02_17_02_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2018_02_17_02_world_335.sql
Normal 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');
|
||||
Reference in New Issue
Block a user