diff options
-rw-r--r-- | src/game/Totem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); -} +}*/ |