From 970f2cf8d31020243704e052591e64740c76f1ad Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 23 Nov 2008 11:46:36 -0600 Subject: *Do not let totems immune to DOT. --HG-- branch : trunk --- src/game/Totem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp index 73ae274644e..7fddd9fc127 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -179,7 +179,7 @@ void Totem::SetTypeBySummonSpell(SpellEntry const * spellProto) m_type = TOTEM_STATUE; //Jewelery statue } -bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges) +/*bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges) { for (int i=0;i<3;i++) { @@ -193,4 +193,4 @@ bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges) } } return Creature::IsImmunedToSpell(spellInfo, useCharges); -} +}*/ -- cgit v1.2.3