diff options
Diffstat (limited to 'src/scripts/eastern_kingdoms/hinterlands.cpp')
| -rw-r--r-- | src/scripts/eastern_kingdoms/hinterlands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/eastern_kingdoms/hinterlands.cpp b/src/scripts/eastern_kingdoms/hinterlands.cpp index feb873f2450..082f8895e3c 100644 --- a/src/scripts/eastern_kingdoms/hinterlands.cpp +++ b/src/scripts/eastern_kingdoms/hinterlands.cpp @@ -50,7 +50,7 @@ enum eOOX FACTION_ESCORTEE_H = 775 }; -struct TRINITY_DLL_DECL npc_00x09hlAI : public npc_escortAI +struct npc_00x09hlAI : public npc_escortAI { npc_00x09hlAI(Creature* pCreature) : npc_escortAI(pCreature) { } @@ -177,7 +177,7 @@ Location m_afAmbushMoveTo[] = {70.886589, -2874.335449, 116.675} }; -struct TRINITY_DLL_DECL npc_rinjiAI : public npc_escortAI +struct npc_rinjiAI : public npc_escortAI { npc_rinjiAI(Creature* pCreature) : npc_escortAI(pCreature) { |
