aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/world/guards.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/world/guards.cpp')
-rw-r--r--src/scripts/world/guards.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/world/guards.cpp b/src/scripts/world/guards.cpp
index 34a537ee627..3d6edd9c1c3 100644
--- a/src/scripts/world/guards.cpp
+++ b/src/scripts/world/guards.cpp
@@ -2524,7 +2524,7 @@ CreatureAI* GetAI_guard_shattrath(Creature* pCreature)
#define SPELL_BANISH_TELEPORT 36643
#define SPELL_EXILE 39533
-struct TRINITY_DLL_DECL guard_shattrath_aldorAI : public guardAI
+struct guard_shattrath_aldorAI : public guardAI
{
guard_shattrath_aldorAI(Creature *c) : guardAI(c) {}
@@ -2720,7 +2720,7 @@ CreatureAI* GetAI_guard_shattrath_aldor(Creature* pCreature)
* guard_shattrath_scryer
*******************************************************/
-struct TRINITY_DLL_DECL guard_shattrath_scryerAI : public guardAI
+struct guard_shattrath_scryerAI : public guardAI
{
guard_shattrath_scryerAI(Creature *c) : guardAI(c) {}