fix(DB/Spells): add internal proc cooldown to Nature's Grasp (#10757)
Fixes #9475
This commit is contained in:
parent
8b453642e6
commit
b3c8c779dc
2 changed files with 5 additions and 16 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue