diff options
author | QAston <none@none> | 2010-07-16 17:25:14 +0200 |
---|---|---|
committer | QAston <none@none> | 2010-07-16 17:25:14 +0200 |
commit | d005e14faf674f7195725894ad30f760dae9872d (patch) | |
tree | 0ec797a1dc16f6ac9bb8805be5e8cfa9f04df6f3 /src | |
parent | a7b7073cc572c775e02f1143b99440329253d58d (diff) |
*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
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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++; |