aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptedEscortAI.h
diff options
context:
space:
mode:
authorXanadu <none@none>2010-02-05 00:31:28 +0100
committerXanadu <none@none>2010-02-05 00:31:28 +0100
commita5d1bc77abc275402240bec1380fa87f04461ba8 (patch)
treef33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/game/ScriptedEscortAI.h
parentb0b261585f4c410736548cd536642cb104cb7023 (diff)
A great purge of obsolete macros.
--HG-- branch : trunk
Diffstat (limited to 'src/game/ScriptedEscortAI.h')
-rw-r--r--src/game/ScriptedEscortAI.h2
1 files changed, 1 insertions, 1 deletions
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);