aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/world/guards.cpp
diff options
context:
space:
mode:
authorXanadu <none@none>2010-02-05 00:31:28 +0100
committerXanadu <none@none>2010-02-05 00:31:28 +0100
commita5d1bc77abc275402240bec1380fa87f04461ba8 (patch)
treef33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/scripts/world/guards.cpp
parentb0b261585f4c410736548cd536642cb104cb7023 (diff)
A great purge of obsolete macros.
--HG-- branch : trunk
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) {}