aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-05 02:45:35 +0200
committerQAston <none@none>2009-08-05 02:45:35 +0200
commitafd9eb77aab6a48c94622f9b3b281ba50ac3b105 (patch)
tree7b3a6141a7761076c2647ec31dd5eb8d38564ce5 /src/game/SpellMgr.cpp
parent50ce9f8cfa6321be87ee797834bd9300c2cbd32d (diff)
*Make cleansing totem remove poisons - by Them
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 2bc51076de2..2144bd573e7 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -3684,6 +3684,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;