hackshield and xtrap codes removed
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
#include "log.h"
|
||||
#include "horsename_manager.h"
|
||||
#include "MarkManager.h"
|
||||
// #include "HackShield.h"
|
||||
// #include "XTrapManager.h"
|
||||
|
||||
static void _send_bonus_info(LPCHARACTER ch)
|
||||
{
|
||||
@@ -1099,20 +1097,6 @@ int CInputLogin::Analyze(LPDESC d, BYTE bHeader, const char * c_pData)
|
||||
Version(d->GetCharacter(), c_pData);
|
||||
break;
|
||||
|
||||
// case HEADER_CG_HS_ACK:
|
||||
// if (isHackShieldEnable)
|
||||
// {
|
||||
// CHackShieldManager::instance().VerifyAck(d->GetCharacter(), c_pData);
|
||||
// }
|
||||
// break;
|
||||
|
||||
// case HEADER_CG_XTRAP_ACK:
|
||||
// {
|
||||
// TPacketXTrapCSVerify* p = reinterpret_cast<TPacketXTrapCSVerify*>((void*)c_pData);
|
||||
// CXTrapManager::instance().Verify_CSStep3(d->GetCharacter(), p->bPacketData);
|
||||
// }
|
||||
// break;
|
||||
|
||||
default:
|
||||
sys_err("login phase does not handle this packet! header %d", bHeader);
|
||||
//d->SetPhase(PHASE_CLOSE);
|
||||
|
||||
Reference in New Issue
Block a user