aboutsummaryrefslogtreecommitdiff
path: root/src/game/Totem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Totem.h')
-rw-r--r--src/game/Totem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Totem.h b/src/game/Totem.h
index 717499ff850..cca20886f76 100644
--- a/src/game/Totem.h
+++ b/src/game/Totem.h
@@ -56,8 +56,8 @@ class Totem : public Creature
void UpdateMaxPower(Powers /*power*/) {}
void UpdateAttackPowerAndDamage(bool /*ranged*/ ) {}
void UpdateDamagePhysical(WeaponAttackType /*attType*/) {}
-
- bool IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges = false);
+
+ bool IsImmunedToSpell(SpellEntry const* spellInfo);
protected:
TotemType m_type;