diff options
Diffstat (limited to 'src/game/GuardAI.h')
-rw-r--r-- | src/game/GuardAI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GuardAI.h b/src/game/GuardAI.h index db1bfe0229d..70b5c5bf3de 100644 --- a/src/game/GuardAI.h +++ b/src/game/GuardAI.h @@ -22,7 +22,7 @@ #define TRINITY_GUARDAI_H #include "CreatureAI.h" -#include "Timer.h" +#include "TimeMgr.h" class Creature; |