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

@@ -38,8 +38,6 @@
#include "motion.h"
#include "OXEvent.h"
#include "locale_service.h"
// #include "HackShield.h"
// #include "XTrapManager.h"
#include "DragonSoul.h"
extern void SendShout(const char * szText, BYTE bEmpire);
@@ -3309,20 +3307,6 @@ int CInputMain::Analyze(LPDESC d, BYTE bHeader, const char * c_pData)
case HEADER_CG_CLIENT_VERSION:
Version(ch, 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;
case HEADER_CG_DRAGON_SOUL_REFINE:
{