diff options
Diffstat (limited to 'src/scripts/eastern_kingdoms/westfall.cpp')
-rw-r--r-- | src/scripts/eastern_kingdoms/westfall.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/eastern_kingdoms/westfall.cpp b/src/scripts/eastern_kingdoms/westfall.cpp index 06861a4975d..c5e72109006 100644 --- a/src/scripts/eastern_kingdoms/westfall.cpp +++ b/src/scripts/eastern_kingdoms/westfall.cpp @@ -47,7 +47,7 @@ enum eEnums EQUIP_ID_RIFLE = 2511 }; -struct TRINITY_DLL_DECL npc_daphne_stilwellAI : public npc_escortAI +struct npc_daphne_stilwellAI : public npc_escortAI { npc_daphne_stilwellAI(Creature* pCreature) : npc_escortAI(pCreature) {} @@ -191,7 +191,7 @@ CreatureAI* GetAI_npc_daphne_stilwell(Creature* pCreature) #define QUEST_DEFIAS_BROTHERHOOD 155 -struct TRINITY_DLL_DECL npc_defias_traitorAI : public npc_escortAI +struct npc_defias_traitorAI : public npc_escortAI { npc_defias_traitorAI(Creature *c) : npc_escortAI(c) { Reset(); } |