diff options
Diffstat (limited to 'src/game/Totem.h')
-rw-r--r-- | src/game/Totem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Totem.h b/src/game/Totem.h index 6dbd699f1d2..535e39a58dd 100644 --- a/src/game/Totem.h +++ b/src/game/Totem.h @@ -54,7 +54,7 @@ class Totem : public Minion void UpdateAttackPowerAndDamage(bool /*ranged*/ ) {} void UpdateDamagePhysical(WeaponAttackType /*attType*/) {} - bool IsImmunedToSpellEffect(SpellEntry const* spellInfo, uint32 index) const; + bool IsImmunedToSpellEffect(SpellEntry const* spellInfo, uint32 index, bool checkMechanic) const; protected: TotemType m_type; |