Changeset 59 for trunk/src/game/Unit.cpp
- Timestamp:
- 11/19/08 13:30:14 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.cpp
r55 r59 9386 9386 } 9387 9387 9388 template<class T> T* 9389 Unit::GetObjectInWorld(uint64 guid, T* /*fake*/) 9390 { 9391 return ObjectAccessor::GetObjectInWorld(uint64 guid, T* /*fake*/); 9392 } 9393 9388 9394 bool Unit::isVisibleForInState( Player const* u, bool inVisibleList ) const 9389 9395 {