hackshield and xtrap codes removed
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user