diff options
Diffstat (limited to 'src/scripts/eastern_kingdoms/wetlands.cpp')
-rw-r--r-- | src/scripts/eastern_kingdoms/wetlands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/eastern_kingdoms/wetlands.cpp b/src/scripts/eastern_kingdoms/wetlands.cpp index 3c3c4662abb..a7a4b247da9 100644 --- a/src/scripts/eastern_kingdoms/wetlands.cpp +++ b/src/scripts/eastern_kingdoms/wetlands.cpp @@ -43,7 +43,7 @@ enum eTapokeSlim NPC_TAPOKE_SLIM_JAHN = 4962 }; -struct TRINITY_DLL_DECL npc_tapoke_slim_jahnAI : public npc_escortAI +struct npc_tapoke_slim_jahnAI : public npc_escortAI { npc_tapoke_slim_jahnAI(Creature* pCreature) : npc_escortAI(pCreature) { } |