mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/Spells: Reset Mangle cooldown in Berserk
This commit is contained in:
3
sql/updates/world/3.3.5/2018_06_04_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2018_06_04_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user