Changeset 61 for trunk/src/game/Unit.cpp
- Timestamp:
- 11/19/08 13:30:29 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.cpp
r60 r61 9397 9397 } 9398 9398 9399 template<class T> T*9400 Unit::GetObjectInWorld(uint64 guid, T* /*fake*/)9401 {9402 return ObjectAccessor::GetObjectInWorld(uint64 guid, T* /*fake*/);9403 }9404 9405 9399 bool Unit::isVisibleForInState( Player const* u, bool inVisibleList ) const 9406 9400 {