mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Renamed WorldTcpSession back to WorldSocket
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include "TCSoap.h"
|
||||
#include "CliRunnable.h"
|
||||
#include "SystemConfig.h"
|
||||
#include "WorldTcpSession.h"
|
||||
#include "WorldSocket.h"
|
||||
|
||||
#define TRINITY_CORE_CONFIG "worldserver.conf"
|
||||
#define WORLD_SLEEP_CONST 50
|
||||
@@ -230,7 +230,7 @@ extern int main(int argc, char** argv)
|
||||
std::string worldListener = sConfigMgr->GetStringDefault("BindIP", "0.0.0.0");
|
||||
bool tcpNoDelay = sConfigMgr->GetBoolDefault("Network.TcpNodelay", true);
|
||||
|
||||
AsyncAcceptor<WorldTcpSession> worldAcceptor(_ioService, worldListener, worldPort, tcpNoDelay);
|
||||
AsyncAcceptor<WorldSocket> worldAcceptor(_ioService, worldListener, worldPort, tcpNoDelay);
|
||||
|
||||
sScriptMgr->OnStartup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user