diff options
author | Rushor <PBienati@web.de> | 2016-02-07 02:02:08 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 20:12:18 +0200 |
commit | 5ba76c2023edad0b805a5c42a79599c26c49bf9c (patch) | |
tree | e596e0b0c7d19ab44d38049748b0295d4501aa42 | |
parent | 24f6c4bb6a929001066d5e99724beadc40ea2aec (diff) |
DB/Item: Solace of the Defeated/Solace of the Fallen (Normal/Heroic) proc fix
* by steel2p
* closes #1896
(cherry picked from commit 39b076d60bf74b68f65f8e175f18f376279b4b08)
-rw-r--r-- | sql/updates/world/2016_04_02_35_world_2016_02_07_09_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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); |