mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
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:
5
sql/updates/world/4.3.4/2021_02_19_01_world.sql
Normal file
5
sql/updates/world/4.3.4/2021_02_19_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user