DB/Spell: Nature's Grasp proc

Closes #28504
This commit is contained in:
CraftedRO
2022-11-08 19:35:46 +01:00
committed by Killyana
parent 2c8a7d6e8c
commit 556354c1fd

View File

@@ -0,0 +1,2 @@
-- Nature's Grasp internal cooldown
UPDATE `spell_proc`SET `Cooldown` = 1000 WHERE `spellid` = -16689;