diff options
Diffstat (limited to 'src/scripts/outland/netherstorm.cpp')
-rw-r--r-- | src/scripts/outland/netherstorm.cpp | 8 |
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) {} |