From d32068448a722de7d78ec38b34e162cf3b5cf017 Mon Sep 17 00:00:00 2001 From: locus313 Date: Sat, 14 Nov 2020 18:08:14 -0800 Subject: [PATCH] add include Chat.h and Player.h --- src/AnticheatScripts.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AnticheatScripts.cpp b/src/AnticheatScripts.cpp index beeda5a..f54bb15 100644 --- a/src/AnticheatScripts.cpp +++ b/src/AnticheatScripts.cpp @@ -2,6 +2,8 @@ #include "AnticheatMgr.h" #include "Object.h" #include "AccountMgr.h" +#include "Chat.h" +#include "Player.h" int64 resetTime = 0; int64 lastIterationPlayer = sWorld->GetUptime() + 30;//TODO: change 30 secs static to a configurable option