From 6db8fed2ff9fd82df8ed8840058cf4d376dde4b4 Mon Sep 17 00:00:00 2001 From: Ascathor Date: Mon, 25 Feb 2013 20:43:06 +0100 Subject: Additional changes and requests as by @subv --- src/server/game/Entities/Creature/Creature.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/server/game/Entities/Creature/Creature.h b/src/server/game/Entities/Creature/Creature.h index 5402ca979af..b40229d4748 100644 --- a/src/server/game/Entities/Creature/Creature.h +++ b/src/server/game/Entities/Creature/Creature.h @@ -484,13 +484,13 @@ class Creature : public Unit, public GridObject, public MapCreature SetReactState(REACT_DEFENSIVE);*/; } - /// @todo Rename this to proper functions + /// @todo Rename these properly bool isCanTrainingOf(Player* player, bool msg) const; bool isCanInteractWithBattleMaster(Player* player, bool msg) const; bool isCanTrainingAndResetTalentsOf(Player* player) const; bool canCreatureAttack(Unit const* victim, bool force = true) const; - bool IsImmunedToSpell(SpellInfo const* spellInfo); // redefine Unit::IsImmunedToSpell - bool IsImmunedToSpellEffect(SpellInfo const* spellInfo, uint32 index) const; // redefine Unit::IsImmunedToSpellEffect + bool IsImmunedToSpell(SpellInfo const* spellInfo); //override Unit::IsImmunedToSpell + bool IsImmunedToSpellEffect(SpellInfo const* spellInfo, uint32 index) const; //override Unit::IsImmunedToSpellEffect bool isElite() const { if (isPet()) -- cgit v1.2.3