fix(DB/Spells): add internal proc cooldown to Nature's Grasp (#10757)

Fixes #9475
This commit is contained in:
UltraNix
2022-03-02 13:10:40 +01:00
committed by GitHub
parent 8b453642e6
commit b3c8c779dc
2 changed files with 5 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1645377551356909900');
DELETE FROM `spell_proc_event` WHERE `entry`=-16689;
INSERT INTO `spell_proc_event` VALUES
(-16689,0,0,0,0,0,0,0,2,0,0,1000);