From 5ba76c2023edad0b805a5c42a79599c26c49bf9c Mon Sep 17 00:00:00 2001 From: Rushor Date: Sun, 7 Feb 2016 02:02:08 +0100 Subject: DB/Item: Solace of the Defeated/Solace of the Fallen (Normal/Heroic) proc fix * by steel2p * closes #1896 (cherry picked from commit 39b076d60bf74b68f65f8e175f18f376279b4b08) --- sql/updates/world/2016_04_02_35_world_2016_02_07_09_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2016_04_02_35_world_2016_02_07_09_world.sql diff --git a/sql/updates/world/2016_04_02_35_world_2016_02_07_09_world.sql b/sql/updates/world/2016_04_02_35_world_2016_02_07_09_world.sql new file mode 100644 index 00000000000..8057534fbb8 --- /dev/null +++ b/sql/updates/world/2016_04_02_35_world_2016_02_07_09_world.sql @@ -0,0 +1,6 @@ +-- +-- Solace of the Defeated/Solace of the Fallen (Normal/Heroic) proc fix +DELETE FROM `spell_proc_event` WHERE `entry` IN (67698,67752); +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +(67698, 0, 0, 0, 0, 0, 0, 65536, 0, 0, 0), +(67752, 0, 0, 0, 0, 0, 0, 65536, 0, 0, 0); -- cgit v1.2.3