DB/Spells: added missing internal proc cooldown for Chill of the Grave to avoid additional granting runic power when hitting multiple targets with a single attack

This commit is contained in:
Ovahlord
2020-08-28 18:38:31 +02:00
parent 89fdfd5d7f
commit 5e4bbca6cc

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `Cooldown`= 500 WHERE `SpellId`= -49149;