Changeset 174 for trunk/src/game/WorldSession.cpp
- Timestamp:
- 11/19/08 13:43:15 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WorldSession.cpp
r173 r174 367 367 _player->RemoveFromGroup(); 368 368 369 // Unpossess the current possessed unit of player 370 if (_player->isPossessing()) 371 _player->RemovePossess(false); 372 373 // Remove any possession of this player on logout 374 _player->UnpossessSelf(false); 375 369 376 ///- Remove the player from the world 370 377 // the player may not be in the world when logging out