Changeset 266 for trunk/src/game/Creature.h
- Timestamp:
- 11/21/08 08:48:50 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Creature.h
r265 r266 560 560 float GetAttackDistance(Unit const* pl) const; 561 561 562 Unit* SelectNearestTarget(float dist = 0) const; 562 563 void CallAssistence(); 563 564 void SetNoCallAssistence(bool val) { m_AlreadyCallAssistence = val; }