Changeset 178 for trunk/src/game/Creature.h
- Timestamp:
- 11/19/08 13:43:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Creature.h
r174 r178 548 548 uint32 m_GlobalCooldown; 549 549 550 bool canSeeOrDetect(Unit const* u, bool detect, bool inVisibleList) const; 550 551 float GetAttackDistance(Unit const* pl) const; 551 552 … … 561 562 void SetCurrentCell(Cell const& cell) { m_currentCell = cell; } 562 563 563 bool IsVisibleInGridForPlayer(Player * pl) const;564 bool IsVisibleInGridForPlayer(Player const* pl) const; 564 565 565 566 void RemoveCorpse();