Show
Ignore:
Timestamp:
11/19/08 13:22:12 (17 years ago)
Author:
yumileroy
Message:

[svn] * Added ACE for Linux and Windows (Thanks Derex for Linux part and partial Windows part)
* Updated to 6721 and 676
* Fixed TrinityScript? logo
* Version updated to 0.2.6721.676

Original author: Neo2003
Date: 2008-10-04 06:17:19-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/WorldRunnable.cpp

    r2 r6  
    2121*/ 
    2222 
     23#include "WorldSocketMgr.h" 
    2324#include "Common.h" 
    2425#include "World.h" 
     
    7576    sWorld.KickAll();                                       // save and kick all players 
    7677    sWorld.UpdateSessions( 1 );                             // real players unload required UpdateSessions call 
     78     
     79    sWorldSocketMgr->StopNetwork(); 
    7780 
    7881    MapManager::Instance().UnloadAll();                     // unload all grids (including locked in memory)