mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
add include Chat.h and Player.h
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
#include "AnticheatMgr.h"
|
#include "AnticheatMgr.h"
|
||||||
#include "Object.h"
|
#include "Object.h"
|
||||||
#include "AccountMgr.h"
|
#include "AccountMgr.h"
|
||||||
|
#include "Chat.h"
|
||||||
|
#include "Player.h"
|
||||||
|
|
||||||
int64 resetTime = 0;
|
int64 resetTime = 0;
|
||||||
int64 lastIterationPlayer = sWorld->GetUptime() + 30;//TODO: change 30 secs static to a configurable option
|
int64 lastIterationPlayer = sWorld->GetUptime() + 30;//TODO: change 30 secs static to a configurable option
|
||||||
|
|||||||
Reference in New Issue
Block a user