mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Item: Solace of the Defeated/Solace of the Fallen (Normal/Heroic) proc fix
* by steel2p * closes #1896
This commit is contained in:
6
sql/updates/world/2016_02_07_09_world.sql
Normal file
6
sql/updates/world/2016_02_07_09_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user