Core/Spells: Seal of Insight will no longer proc on AOE attacks and updated proc data for Cataclysm instead of MoP

This commit is contained in:
Ovahlord
2021-02-19 17:51:07 +01:00
parent f59392d609
commit 3d20971d01
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
UPDATE `spell_proc` SET `Cooldown`= 1000, `ProcsPerMinute`= 15 WHERE `SpellId`= 20165;
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pal_seal_of_insight';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(20165, 'spell_pal_seal_of_insight');