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

@@ -53,7 +53,6 @@
#include "gm.h"
#include "map_location.h"
#include "BlueDragon_Binder.h"
// #include "HackShield.h"
#include "skill_power.h"
#include "buff_on_attributes.h"
@@ -363,9 +362,6 @@ void CHARACTER::Initialize()
m_dwLastGoldDropTime = 0;
// m_HackShieldCheckEvent = NULL;
// m_HackShieldCheckMode = false;
m_bIsLoadedAffect = false;
cannot_dead = false;
@@ -433,14 +429,6 @@ void CHARACTER::Destroy()
if (GetRider())
GetRider()->ClearHorseInfo();
// if( IsPC() )
// {
// if (isHackShieldEnable)
// {
// CHackShieldManager::instance().DeleteClientHandle(GetPlayerID());
// }
// }
if (GetDesc())
{
GetDesc()->BindCharacter(NULL);