Changeset 58 for trunk/src/game/Unit.h
- Timestamp:
- 11/19/08 13:30:04 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.h
r44 r58 1219 1219 void removeFollower(FollowerReference* /*pRef*/ ) { /* nothing to do yet */ } 1220 1220 static Unit* GetUnit(WorldObject& object, uint64 guid); 1221 template<class T> static T* GetObjectInWorld(uint64 guid, T* /*fake*/) 1222 { 1223 return ObjectAccessor::GetObjectInWorld(uint64 guid, T* /*fake*/) 1224 } 1221 1225 1222 1226 MotionMaster* GetMotionMaster() { return &i_motionMaster; }