Core/Spells: Reset Mangle cooldown in Berserk

This commit is contained in:
Aokromes
2018-06-09 07:32:16 +02:00
parent ad3dff69c1
commit c8f2f0c097
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_berserk';
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
(-50334,'spell_dru_berserk');