Changeset 6 for trunk/src/trinitycore/WorldRunnable.cpp
- Timestamp:
- 11/19/08 13:22:12 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trinitycore/WorldRunnable.cpp
r2 r6 21 21 */ 22 22 23 #include "WorldSocketMgr.h" 23 24 #include "Common.h" 24 25 #include "World.h" … … 75 76 sWorld.KickAll(); // save and kick all players 76 77 sWorld.UpdateSessions( 1 ); // real players unload required UpdateSessions call 78 79 sWorldSocketMgr->StopNetwork(); 77 80 78 81 MapManager::Instance().UnloadAll(); // unload all grids (including locked in memory)