DB/Item: Solace of the Defeated/Solace of the Fallen (Normal/Heroic) proc fix

* by steel2p
* closes #1896
This commit is contained in:
Rushor
2016-02-07 02:02:08 +01:00
parent e419926319
commit 39b076d60b

View File

@@ -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);