aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-04 16:45:32 -0600
committermegamage <none@none>2009-01-04 16:45:32 -0600
commit13cfff2327247c20ec4c0bcc51fa8cfb2594daff (patch)
tree5fc4dd45436c78a912218bdd7027e01eb8943e2d /src/game/Creature.h
parent2d319dd5b41c12f50250c006cca66f0316b90dc2 (diff)
*Mangos [7023] Remove not used useCharges for IsImmunedToSpell/IsImmunedToDamage. By DiSlord.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Creature.h')
-rw-r--r--src/game/Creature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h
index ff512fb5da0..b3ebe87de92 100644
--- a/src/game/Creature.h
+++ b/src/game/Creature.h
@@ -438,7 +438,7 @@ class TRINITY_DLL_SPEC Creature : public Unit
bool isCanInteractWithBattleMaster(Player* player, bool msg) const;
bool isCanTrainingAndResetTalentsOf(Player* pPlayer) const;
bool IsOutOfThreatArea(Unit* pVictim) const;
- bool IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges = false);
+ bool IsImmunedToSpell(SpellEntry const* spellInfo);
// redefine Unit::IsImmunedToSpell
bool IsImmunedToSpellEffect(uint32 effect, uint32 mechanic) const;
// redefine Unit::IsImmunedToSpellEffect