From a5d1bc77abc275402240bec1380fa87f04461ba8 Mon Sep 17 00:00:00 2001 From: Xanadu Date: Fri, 5 Feb 2010 00:31:28 +0100 Subject: A great purge of obsolete macros. --HG-- branch : trunk --- src/game/ScriptedEscortAI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/ScriptedEscortAI.h') diff --git a/src/game/ScriptedEscortAI.h b/src/game/ScriptedEscortAI.h index bdb3a5ac011..8901d4da40c 100644 --- a/src/game/ScriptedEscortAI.h +++ b/src/game/ScriptedEscortAI.h @@ -35,7 +35,7 @@ enum eEscortState STATE_ESCORT_PAUSED = 0x004 //will not proceed with waypoints before state is removed }; -struct TRINITY_DLL_DECL npc_escortAI : public ScriptedAI +struct npc_escortAI : public ScriptedAI { public: explicit npc_escortAI(Creature* pCreature); -- cgit v1.2.3