hackshield and xtrap codes removed

This commit is contained in:
d1str4ught
2025-08-28 19:54:05 +02:00
parent a881d74ce2
commit 63879e0360
18 changed files with 0 additions and 542 deletions

View File

@@ -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);