From d005e14faf674f7195725894ad30f760dae9872d Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 16 Jul 2010 17:25:14 +0200 Subject: *Update spell_proc_event entry for Everlastin Affliction - by francesco.buldo. *Manually add corruption to list of spells affected by Everlasting Affliction. --HG-- branch : trunk --- src/server/game/Spells/SpellMgr.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 2d2d28b2012..6c9455bad99 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3705,6 +3705,15 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->procCharges = 6; count++; break; + case 47201: // Everlasting Affliction + case 47202: + case 47203: + case 47204: + case 47205: + // add corruption to affected spells + spellInfo->EffectSpellClassMask[1][0] |= 2; + count++; + break; case 51852: // The Eye of Acherus (no spawn in phase 2 in db) spellInfo->EffectMiscValue[0] |= 1; count++; -- cgit v1.2.3