mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
DB/Spells: added proc cooldowns for Battle Trance and Meat Cleaver
This commit is contained in:
2
sql/updates/world/custom/custom_2019_11_26_02_world.sql
Normal file
2
sql/updates/world/custom/custom_2019_11_26_02_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `spell_proc` SET `Cooldown`= 100 WHERE `SpellId`= -12329;
|
||||
UPDATE `spell_proc` SET `Cooldown`= 5000 WHERE `SpellId`= -12322;
|
||||
Reference in New Issue
Block a user