diff options
Diffstat (limited to 'src/game/Totem.cpp')
-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..26c471d441a 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -181,7 +181,7 @@ void Totem::SetTypeBySummonSpell(SpellEntry const * spellProto) bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges) { - for (int i=0;i<3;i++) +/* for (int i=0;i<3;i++) { switch(spellInfo->EffectApplyAuraName[i]) { @@ -191,6 +191,6 @@ bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges) default: continue; } - } + }*/ return Creature::IsImmunedToSpell(spellInfo, useCharges); } |