aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/outland/netherstorm.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/outland/netherstorm.cpp
parentb0b261585f4c410736548cd536642cb104cb7023 (diff)
A great purge of obsolete macros.
--HG-- branch : trunk
Diffstat (limited to 'src/scripts/outland/netherstorm.cpp')
-rw-r--r--src/scripts/outland/netherstorm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scripts/outland/netherstorm.cpp b/src/scripts/outland/netherstorm.cpp
index d9f91dae49e..16c4abea69e 100644
--- a/src/scripts/outland/netherstorm.cpp
+++ b/src/scripts/outland/netherstorm.cpp
@@ -59,7 +59,7 @@ EndContentData */
#define SPELL_INTERRUPT_1 35016 //ACID mobs should cast this
#define SPELL_INTERRUPT_2 35176 //ACID mobs should cast this (Manaforge Ara-version)
-struct TRINITY_DLL_DECL npc_manaforge_control_consoleAI : public ScriptedAI
+struct npc_manaforge_control_consoleAI : public ScriptedAI
{
npc_manaforge_control_consoleAI(Creature *c) : ScriptedAI(c) {}
@@ -360,7 +360,7 @@ const uint32 CreatureEntry[3] =
21504 // Pathaleon
};
-struct TRINITY_DLL_DECL npc_commander_dawnforgeAI : public ScriptedAI
+struct npc_commander_dawnforgeAI : public ScriptedAI
{
npc_commander_dawnforgeAI(Creature *c) : ScriptedAI(c) { Reset (); }
@@ -685,7 +685,7 @@ bool QuestAccept_npc_professor_dabiri(Player* pPlayer, Creature* pCreature, Ques
#define SPELL_MATERIALIZE 34804
#define SPELL_DE_MATERIALIZE 34814
-struct TRINITY_DLL_DECL mob_phase_hunterAI : public ScriptedAI
+struct mob_phase_hunterAI : public ScriptedAI
{
mob_phase_hunterAI(Creature *c) : ScriptedAI(c) {}
@@ -806,7 +806,7 @@ CreatureAI* GetAI_mob_phase_hunter(Creature* pCreature)
#define SAY_THADELL_1 -1000304
#define SAY_THADELL_2 -1000305
-struct TRINITY_DLL_DECL npc_bessyAI : public npc_escortAI
+struct npc_bessyAI : public npc_escortAI
{
npc_bessyAI(Creature *c) : npc_escortAI(c) {}