aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/outland/zangarmarsh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/outland/zangarmarsh.cpp')
-rw-r--r--src/scripts/outland/zangarmarsh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/outland/zangarmarsh.cpp b/src/scripts/outland/zangarmarsh.cpp
index 6832ed98dc5..7cd54e303b4 100644
--- a/src/scripts/outland/zangarmarsh.cpp
+++ b/src/scripts/outland/zangarmarsh.cpp
@@ -129,7 +129,7 @@ enum eCooshhooosh
FACTION_HOSTILE_CO = 45
};
-struct TRINITY_DLL_DECL npc_cooshcooshAI : public ScriptedAI
+struct npc_cooshcooshAI : public ScriptedAI
{
npc_cooshcooshAI(Creature* c) : ScriptedAI(c)
{
@@ -278,7 +278,7 @@ enum eKayra
NPC_SLAVEBINDER = 18042
};
-struct TRINITY_DLL_DECL npc_kayra_longmaneAI : public npc_escortAI
+struct npc_kayra_longmaneAI : public npc_escortAI
{
npc_kayra_longmaneAI(Creature* c) : npc_escortAI(c) {}