diff options
author | megamage <none@none> | 2009-01-04 16:45:32 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-04 16:45:32 -0600 |
commit | 13cfff2327247c20ec4c0bcc51fa8cfb2594daff (patch) | |
tree | 5fc4dd45436c78a912218bdd7027e01eb8943e2d /src/game/Creature.h | |
parent | 2d319dd5b41c12f50250c006cca66f0316b90dc2 (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.h | 2 |
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 |