Changeset 186 for trunk/src/game/Unit.h
- Timestamp:
- 11/19/08 13:44:25 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.h
r178 r186 923 923 924 924 bool isTargetableForAttack() const; 925 bool isAttackableByAOE() const; 926 bool canAttack(Unit const* target) const; 925 927 virtual bool IsInWater() const; 926 928 virtual bool IsUnderWater() const; … … 1032 1034 1033 1035 void RemoveSpellsCausingAura(AuraType auraType); 1034 void RemoveInterruptableAura(uint32 flag);1035 1036 void RemoveRankAurasDueToSpell(uint32 spellId); 1036 1037 bool RemoveNoStackAurasDueToAura(Aura *Aur);