mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
Update AnticheatData.h
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "AnticheatMgr.h"
|
||||
|
||||
#define MAX_REPORT_TYPES 6
|
||||
#define MAX_REPORT_TYPES 8
|
||||
|
||||
class AnticheatData
|
||||
{
|
||||
@@ -19,13 +19,6 @@ public:
|
||||
|
||||
void SetPosition(float x, float y, float z, float o);
|
||||
|
||||
/*
|
||||
bool GetDisableACCheck() const;
|
||||
void SetDisableACCheck(bool check);
|
||||
|
||||
uint32 GetDisableACTimer() const;
|
||||
void SetDisableACTimer(uint32 timer);*/
|
||||
|
||||
uint32 GetTotalReports() const;
|
||||
void SetTotalReports(uint32 _totalReports);
|
||||
|
||||
@@ -49,8 +42,6 @@ public:
|
||||
private:
|
||||
uint32 lastOpcode;
|
||||
MovementInfo lastMovementInfo;
|
||||
//bool disableACCheck;
|
||||
//uint32 disableACCheckTimer;
|
||||
uint32 totalReports;
|
||||
uint32 typeReports[MAX_REPORT_TYPES];
|
||||
float average;
|
||||
|
||||
Reference in New Issue
Block a user