pcbang removed
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
#include "log.h"
|
||||
|
||||
#include "horsename_manager.h"
|
||||
#include "pcbang.h"
|
||||
#include "gm.h"
|
||||
#include "panama.h"
|
||||
#include "map_location.h"
|
||||
@@ -437,11 +436,6 @@ void CInputDB::PlayerLoad(LPDESC d, const char * data)
|
||||
{
|
||||
LogManager::instance().LoginLog(true,
|
||||
ch->GetDesc()->GetAccountTable().id, ch->GetPlayerID(), ch->GetLevel(), ch->GetJob(), ch->GetRealPoint(POINT_PLAYTIME));
|
||||
|
||||
if (LC_IsBrazil() != true )
|
||||
{
|
||||
ch->SetPCBang(CPCBangManager::instance().IsPCBangIP(ch->GetDesc()->GetHostName()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1015,8 +1009,6 @@ void CInputDB::Boot(const char* data)
|
||||
CMobManager::instance().DumpRegenCount("mob_count");
|
||||
}
|
||||
|
||||
CPCBangManager::instance().RequestUpdateIPList(0);
|
||||
|
||||
// castle_boot
|
||||
castle_boot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user