Moved map and character management to server_data.cpp

This commit is contained in:
Kayne Ruse
2014-12-09 00:41:09 +11:00
parent de4e539449
commit dbd1289ced
5 changed files with 229 additions and 185 deletions
+4
View File
@@ -197,3 +197,7 @@ void ServerApplication::HandleDisconnectRequest(ClientPacket* const argPacket) {
//finished this routine
std::cout << "New disconnection, " << clientMgr.GetLoadedCount() << " clients and " << accountMgr.GetLoadedCount() << " accounts total" << std::endl;
}
void ServerApplication::HandleDisconnectForced(ClientPacket* const argPacket) {
//TODO: HandleDisconnectForced
}