diff options
Diffstat (limited to 'src/game/ScriptedFollowerAI.h')
-rw-r--r-- | src/game/ScriptedFollowerAI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptedFollowerAI.h b/src/game/ScriptedFollowerAI.h index 3ec47ee663a..d352141e3e9 100644 --- a/src/game/ScriptedFollowerAI.h +++ b/src/game/ScriptedFollowerAI.h @@ -18,7 +18,7 @@ enum eFollowState STATE_FOLLOW_POSTEVENT = 0x020 //can be set at complete and allow post event to run }; -class TRINITY_DLL_DECL FollowerAI : public ScriptedAI +class FollowerAI : public ScriptedAI { public: explicit FollowerAI(Creature* pCreature); |