pcbang removed
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
#include "arena.h"
|
||||
#include "dev_log.h"
|
||||
#include "horsename_manager.h"
|
||||
#include "pcbang.h"
|
||||
#include "gm.h"
|
||||
#include "map_location.h"
|
||||
#include "BlueDragon_Binder.h"
|
||||
@@ -314,8 +313,6 @@ void CHARACTER::Initialize()
|
||||
memset(m_adwMobSkillCooltime, 0, sizeof(m_adwMobSkillCooltime));
|
||||
// END_OF_MOB_SKILL_COOLTIME
|
||||
|
||||
m_isinPCBang = false;
|
||||
|
||||
// ARENA
|
||||
m_pArena = NULL;
|
||||
m_nPotionLimit = quest::CQuestManager::instance().GetEventFlag("arena_potion_limit_count");
|
||||
@@ -1341,9 +1338,6 @@ void CHARACTER::Disconnect(const char * c_pszReason)
|
||||
{
|
||||
long playTime = GetRealPoint(POINT_PLAYTIME) - m_dwLoginPlayTime;
|
||||
LogManager::instance().LoginLog(false, GetDesc()->GetAccountTable().id, GetPlayerID(), GetLevel(), GetJob(), playTime);
|
||||
|
||||
if (LC_IsBrazil() != true)
|
||||
CPCBangManager::instance().Log(GetDesc()->GetHostName(), GetPlayerID(), playTime);
|
||||
}
|
||||
|
||||
if (m_pWarMap)
|
||||
|
||||
Reference in New Issue
Block a user