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 37bca972c27..73e3692a770 100644 --- a/src/game/GuardAI.h +++ b/src/game/GuardAI.h @@ -26,7 +26,7 @@ class Creature; -class TRINITY_DLL_DECL GuardAI : public CreatureAI +class GuardAI : public CreatureAI { enum GuardState { |