DB/Spells: added proc cooldowns for Battle Trance and Meat Cleaver

This commit is contained in:
Ovahlord
2019-11-26 19:29:58 +01:00
parent 883fe0f66f
commit 1823448b4f

View File

@@ -0,0 +1,2 @@
UPDATE `spell_proc` SET `Cooldown`= 100 WHERE `SpellId`= -12329;
UPDATE `spell_proc` SET `Cooldown`= 5000 WHERE `SpellId`= -12322;