fix(Core/Spells): Berserk now removes the Tiger Fury buff. (#5481)

This commit is contained in:
KiK0
2021-05-07 03:45:12 -07:00
committed by GitHub
parent 2880e37ee0
commit 685b10a291
2 changed files with 48 additions and 0 deletions

View File

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