diff options
Diffstat (limited to 'src/game/Totem.cpp')
| -rw-r--r-- | src/game/Totem.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp index 7fddd9fc127..26c471d441a 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -179,9 +179,9 @@ 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++) +/* for (int i=0;i<3;i++) { switch(spellInfo->EffectApplyAuraName[i]) { @@ -191,6 +191,6 @@ void Totem::SetTypeBySummonSpell(SpellEntry const * spellProto) default: continue; } - } + }*/ return Creature::IsImmunedToSpell(spellInfo, useCharges); -}*/ +} |
