diff options
Diffstat (limited to 'src/scripts/outland/nagrand.cpp')
-rw-r--r-- | src/scripts/outland/nagrand.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/scripts/outland/nagrand.cpp b/src/scripts/outland/nagrand.cpp index ea174736458..d680f672495 100644 --- a/src/scripts/outland/nagrand.cpp +++ b/src/scripts/outland/nagrand.cpp @@ -40,7 +40,7 @@ EndContentData */ ## mob_shattered_rumbler - this should be done with ACID ######*/ -struct TRINITY_DLL_DECL mob_shattered_rumblerAI : public ScriptedAI +struct mob_shattered_rumblerAI : public ScriptedAI { bool Spawn; @@ -92,7 +92,7 @@ CreatureAI* GetAI_mob_shattered_rumbler(Creature* pCreature) #define GOSSIP_SL2 "And you think you can just eat anything you want? You're obviously trying to eat the Broken of Telaar." #define GOSSIP_SL3 "This means war, Lump! War I say!" -struct TRINITY_DLL_DECL mob_lumpAI : public ScriptedAI +struct mob_lumpAI : public ScriptedAI { mob_lumpAI(Creature *c) : ScriptedAI(c) { @@ -229,7 +229,7 @@ bool GossipSelect_mob_lump(Player* pPlayer, Creature* pCreature, uint32 uiSender # mob_sunspring_villager - should be done with ACID ####*/ -struct TRINITY_DLL_DECL mob_sunspring_villagerAI : public ScriptedAI +struct mob_sunspring_villagerAI : public ScriptedAI { mob_sunspring_villagerAI(Creature *c) : ScriptedAI(c) {} @@ -549,7 +549,7 @@ enum eMagharCaptive static float m_afAmbushA[]= {-1568.805786, 8533.873047, 1.958}; static float m_afAmbushB[]= {-1491.554321, 8506.483398, 1.248}; -struct TRINITY_DLL_DECL npc_maghar_captiveAI : public npc_escortAI +struct npc_maghar_captiveAI : public npc_escortAI { npc_maghar_captiveAI(Creature* pCreature) : npc_escortAI(pCreature) { Reset(); } @@ -686,7 +686,7 @@ CreatureAI* GetAI_npc_maghar_captive(Creature* pCreature) ## npc_creditmarker_visist_with_ancestors ######*/ -struct TRINITY_DLL_DECL npc_creditmarker_visit_with_ancestorsAI : public ScriptedAI +struct npc_creditmarker_visit_with_ancestorsAI : public ScriptedAI { npc_creditmarker_visit_with_ancestorsAI(Creature* c) : ScriptedAI(c) {} @@ -727,7 +727,7 @@ CreatureAI* GetAI_npc_creditmarker_visit_with_ancestors(Creature* pCreature) #define SPELL_SPARROWHAWK_NET 39810 #define SPELL_ITEM_CAPTIVE_SPARROWHAWK 39812 -struct TRINITY_DLL_DECL mob_sparrowhawkAI : public ScriptedAI +struct mob_sparrowhawkAI : public ScriptedAI { mob_sparrowhawkAI(Creature *c) : ScriptedAI(c) {} |