diff options
Diffstat (limited to 'src/scripts/eastern_kingdoms/undercity.cpp')
-rw-r--r-- | src/scripts/eastern_kingdoms/undercity.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/eastern_kingdoms/undercity.cpp b/src/scripts/eastern_kingdoms/undercity.cpp index 06373a839e4..4e0e03208b4 100644 --- a/src/scripts/eastern_kingdoms/undercity.cpp +++ b/src/scripts/eastern_kingdoms/undercity.cpp @@ -55,7 +55,7 @@ float HighborneLoc[4][3]= #define HIGHBORNE_LOC_Y -61.00 #define HIGHBORNE_LOC_Y_NEW -55.50 -struct TRINITY_DLL_DECL npc_lady_sylvanas_windrunnerAI : public ScriptedAI +struct npc_lady_sylvanas_windrunnerAI : public ScriptedAI { npc_lady_sylvanas_windrunnerAI(Creature *c) : ScriptedAI(c) {} @@ -136,7 +136,7 @@ bool ChooseReward_npc_lady_sylvanas_windrunner(Player* pPlayer, Creature* pCreat ## npc_highborne_lamenter ######*/ -struct TRINITY_DLL_DECL npc_highborne_lamenterAI : public ScriptedAI +struct npc_highborne_lamenterAI : public ScriptedAI { npc_highborne_lamenterAI(Creature *c) : ScriptedAI(c) {} |