Changeset 61 for trunk/src/game/Unit.h
- Timestamp:
- 11/19/08 13:30:29 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.h
r59 r61 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 1221 1223 1222 MotionMaster* GetMotionMaster() { return &i_motionMaster; }