diff options
author | Rushor <PBienati@web.de> | 2016-02-07 02:02:08 +0100 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2016-02-07 02:02:08 +0100 |
commit | 39b076d60bf74b68f65f8e175f18f376279b4b08 (patch) | |
tree | 6b3988ec404e402dd350fa7cede0b5a1eb973b10 | |
parent | e4199263195a2bad72dbb221b38b226cf08aa1f5 (diff) |
DB/Item: Solace of the Defeated/Solace of the Fallen (Normal/Heroic) proc fix
* by steel2p
* closes #1896
-rw-r--r-- | sql/updates/world/2016_02_07_09_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_07_09_world.sql b/sql/updates/world/2016_02_07_09_world.sql new file mode 100644 index 00000000000..8057534fbb8 --- /dev/null +++ b/sql/updates/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); |