diff options
author | maximius <none@none> | 2009-09-10 09:25:32 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-10 09:25:32 -0700 |
commit | 960099efdb5a9e5472f9f77d0409de169ab2042a (patch) | |
tree | 41296bccc679bc0efebb08202a19a19cfb2ae979 /src | |
parent | 465d3c6717d542fca677a68ff9b0407cf8419cce (diff) |
*Add back Themris' cleansing totem patch, accidentally removed in r4816
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index ed6dee6e210..1998a336799 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3748,6 +3748,9 @@ void SpellMgr::LoadSpellCustomAttr() case 51852: // The Eye of Acherus (no spawn in phase 2 in db) spellInfo->EffectMiscValue[0] |= 1; break; + case 52025: // Cleansing Totem Effect + spellInfo->EffectDieSides[1] = 1; + break; case 51904: // Summon Ghouls On Scarlet Crusade (core does not know the triggered spell is summon spell) spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CASTER; break; |