add include Chat.h and Player.h

This commit is contained in:
locus313
2020-11-14 18:08:14 -08:00
parent 706fa10f8b
commit d32068448a

View File

@@ -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