mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Spells): add internal proc cooldown to Nature's Grasp (#10757)
Fixes #9475
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user