mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
fix(Core/Spells): Berserk now removes the Tiger Fury buff. (#5481)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user