Changeset 69 for trunk/src/game/Unit.h
- Timestamp:
- 11/19/08 13:31:22 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.h
r61 r69 719 719 bool haveOffhandWeapon() const; 720 720 bool canReachWithAttack(Unit *pVictim) const; 721 bool IsWithinCombatDist(Unit *obj, float dist2compare) const; 721 722 uint32 m_extraAttacks; 722 723