diff options
| author | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
|---|---|---|
| committer | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
| commit | a5d1bc77abc275402240bec1380fa87f04461ba8 (patch) | |
| tree | f33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/scripts/outland | |
| parent | b0b261585f4c410736548cd536642cb104cb7023 (diff) | |
A great purge of obsolete macros.
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/outland')
78 files changed, 194 insertions, 194 deletions
diff --git a/src/scripts/outland/auchindoun/auchenai_crypts/boss_exarch_maladaar.cpp b/src/scripts/outland/auchindoun/auchenai_crypts/boss_exarch_maladaar.cpp index a16f838d85d..aaeb92d3ba9 100644 --- a/src/scripts/outland/auchindoun/auchenai_crypts/boss_exarch_maladaar.cpp +++ b/src/scripts/outland/auchindoun/auchenai_crypts/boss_exarch_maladaar.cpp @@ -39,7 +39,7 @@ EndContentData */ #define SPELL_FREEZING_TRAP 37368 #define SPELL_HAMMER_OF_JUSTICE 37369 -struct TRINITY_DLL_DECL mob_stolen_soulAI : public ScriptedAI +struct mob_stolen_soulAI : public ScriptedAI { mob_stolen_soulAI(Creature *c) : ScriptedAI(c) {} @@ -141,7 +141,7 @@ CreatureAI* GetAI_mob_stolen_soul(Creature* pCreature) #define ENTRY_STOLEN_SOUL 18441 -struct TRINITY_DLL_DECL boss_exarch_maladaarAI : public ScriptedAI +struct boss_exarch_maladaarAI : public ScriptedAI { boss_exarch_maladaarAI(Creature *c) : ScriptedAI(c) { @@ -291,7 +291,7 @@ CreatureAI* GetAI_boss_exarch_maladaar(Creature* pCreature) #define SPELL_AV_MORTAL_STRIKE 16856 #define SPELL_AV_SUNDER_ARMOR 16145 -struct TRINITY_DLL_DECL mob_avatar_of_martyredAI : public ScriptedAI +struct mob_avatar_of_martyredAI : public ScriptedAI { mob_avatar_of_martyredAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/auchindoun/auchenai_crypts/boss_shirrak_the_dead_watcher.cpp b/src/scripts/outland/auchindoun/auchenai_crypts/boss_shirrak_the_dead_watcher.cpp index c5670b72d07..fe8e00cea87 100644 --- a/src/scripts/outland/auchindoun/auchenai_crypts/boss_shirrak_the_dead_watcher.cpp +++ b/src/scripts/outland/auchindoun/auchenai_crypts/boss_shirrak_the_dead_watcher.cpp @@ -38,7 +38,7 @@ EndScriptData */ #define EMOTE_FOCUSES_ON "focuses on " -struct TRINITY_DLL_DECL boss_shirrak_the_dead_watcherAI : public ScriptedAI +struct boss_shirrak_the_dead_watcherAI : public ScriptedAI { boss_shirrak_the_dead_watcherAI(Creature *c) : ScriptedAI(c) { @@ -151,7 +151,7 @@ CreatureAI* GetAI_boss_shirrak_the_dead_watcher(Creature* pCreature) return new boss_shirrak_the_dead_watcherAI (pCreature); } -struct TRINITY_DLL_DECL mob_focus_fireAI : public ScriptedAI +struct mob_focus_fireAI : public ScriptedAI { mob_focus_fireAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/auchindoun/mana_tombs/boss_nexusprince_shaffar.cpp b/src/scripts/outland/auchindoun/mana_tombs/boss_nexusprince_shaffar.cpp index be2aff204a2..56826ce0a5f 100644 --- a/src/scripts/outland/auchindoun/mana_tombs/boss_nexusprince_shaffar.cpp +++ b/src/scripts/outland/auchindoun/mana_tombs/boss_nexusprince_shaffar.cpp @@ -53,7 +53,7 @@ enum ePrince NR_INITIAL_BEACONS = 3 }; -struct TRINITY_DLL_DECL boss_nexusprince_shaffarAI : public ScriptedAI +struct boss_nexusprince_shaffarAI : public ScriptedAI { boss_nexusprince_shaffarAI(Creature *c) : ScriptedAI(c), summons(me) { HasTaunted = false; } @@ -212,7 +212,7 @@ enum eEnums SPELL_ETHEREAL_APPRENTICE = 32372 // Summon 18430 }; -struct TRINITY_DLL_DECL mob_ethereal_beaconAI : public ScriptedAI +struct mob_ethereal_beaconAI : public ScriptedAI { mob_ethereal_beaconAI(Creature *c) : ScriptedAI(c) { @@ -297,7 +297,7 @@ enum eEthereal SPELL_ETHEREAL_APPRENTICE_FROSTBOLT = 32370 }; -struct TRINITY_DLL_DECL mob_ethereal_apprenticeAI : public ScriptedAI +struct mob_ethereal_apprenticeAI : public ScriptedAI { mob_ethereal_apprenticeAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/auchindoun/mana_tombs/boss_pandemonius.cpp b/src/scripts/outland/auchindoun/mana_tombs/boss_pandemonius.cpp index e991f7fc2b7..fe41f2fa404 100644 --- a/src/scripts/outland/auchindoun/mana_tombs/boss_pandemonius.cpp +++ b/src/scripts/outland/auchindoun/mana_tombs/boss_pandemonius.cpp @@ -39,7 +39,7 @@ EndScriptData */ #define SPELL_DARK_SHELL 32358 #define H_SPELL_DARK_SHELL 38759 -struct TRINITY_DLL_DECL boss_pandemoniusAI : public ScriptedAI +struct boss_pandemoniusAI : public ScriptedAI { boss_pandemoniusAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/auchindoun/sethekk_halls/boss_darkweaver_syth.cpp b/src/scripts/outland/auchindoun/sethekk_halls/boss_darkweaver_syth.cpp index 8af5f2d8b9c..badcd649635 100644 --- a/src/scripts/outland/auchindoun/sethekk_halls/boss_darkweaver_syth.cpp +++ b/src/scripts/outland/auchindoun/sethekk_halls/boss_darkweaver_syth.cpp @@ -51,7 +51,7 @@ EndScriptData */ #define SPELL_FROST_BUFFET DUNGEON_MODE(33528, 38142) #define SPELL_SHADOW_BUFFET DUNGEON_MODE(33529, 38143) -struct TRINITY_DLL_DECL boss_darkweaver_sythAI : public ScriptedAI +struct boss_darkweaver_sythAI : public ScriptedAI { boss_darkweaver_sythAI(Creature *c) : ScriptedAI(c) { @@ -191,7 +191,7 @@ CreatureAI* GetAI_boss_darkweaver_syth(Creature* pCreature) /* ELEMENTALS */ -struct TRINITY_DLL_DECL mob_syth_fireAI : public ScriptedAI +struct mob_syth_fireAI : public ScriptedAI { mob_syth_fireAI(Creature *c) : ScriptedAI(c) { @@ -239,7 +239,7 @@ CreatureAI* GetAI_mob_syth_fire(Creature* pCreature) return new mob_syth_fireAI (pCreature); } -struct TRINITY_DLL_DECL mob_syth_arcaneAI : public ScriptedAI +struct mob_syth_arcaneAI : public ScriptedAI { mob_syth_arcaneAI(Creature *c) : ScriptedAI(c) { @@ -287,7 +287,7 @@ CreatureAI* GetAI_mob_syth_arcane(Creature* pCreature) return new mob_syth_arcaneAI (pCreature); } -struct TRINITY_DLL_DECL mob_syth_frostAI : public ScriptedAI +struct mob_syth_frostAI : public ScriptedAI { mob_syth_frostAI(Creature *c) : ScriptedAI(c) { @@ -335,7 +335,7 @@ CreatureAI* GetAI_mob_syth_frost(Creature* pCreature) return new mob_syth_frostAI (pCreature); } -struct TRINITY_DLL_DECL mob_syth_shadowAI : public ScriptedAI +struct mob_syth_shadowAI : public ScriptedAI { mob_syth_shadowAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/auchindoun/sethekk_halls/boss_tailonking_ikiss.cpp b/src/scripts/outland/auchindoun/sethekk_halls/boss_tailonking_ikiss.cpp index b2274c2aa87..a1f6e9816a5 100644 --- a/src/scripts/outland/auchindoun/sethekk_halls/boss_tailonking_ikiss.cpp +++ b/src/scripts/outland/auchindoun/sethekk_halls/boss_tailonking_ikiss.cpp @@ -50,7 +50,7 @@ EndScriptData */ #define SPELL_ARCANE_EXPLOSION 38197 #define H_SPELL_ARCANE_EXPLOSION 40425 -struct TRINITY_DLL_DECL boss_talon_king_ikissAI : public ScriptedAI +struct boss_talon_king_ikissAI : public ScriptedAI { boss_talon_king_ikissAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/auchindoun/sethekk_halls/instance_sethekk_halls.cpp b/src/scripts/outland/auchindoun/sethekk_halls/instance_sethekk_halls.cpp index b69e9a53ea1..ef9ae137298 100644 --- a/src/scripts/outland/auchindoun/sethekk_halls/instance_sethekk_halls.cpp +++ b/src/scripts/outland/auchindoun/sethekk_halls/instance_sethekk_halls.cpp @@ -30,7 +30,7 @@ enum eEnums IKISS_DOOR = 177203, }; -struct TRINITY_DLL_DECL instance_sethekk_halls : public ScriptedInstance +struct instance_sethekk_halls : public ScriptedInstance { instance_sethekk_halls(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/auchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp b/src/scripts/outland/auchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp index 9b2865330bf..5227a2c4d49 100644 --- a/src/scripts/outland/auchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp +++ b/src/scripts/outland/auchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp @@ -42,7 +42,7 @@ enum eEnums SPELL_ENRAGE = 34970 }; -struct TRINITY_DLL_DECL boss_ambassador_hellmawAI : public npc_escortAI +struct boss_ambassador_hellmawAI : public npc_escortAI { boss_ambassador_hellmawAI(Creature* pCreature) : npc_escortAI(pCreature) { diff --git a/src/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp b/src/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp index b2ddb601738..02e74e06445 100644 --- a/src/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp +++ b/src/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp @@ -52,7 +52,7 @@ EndScriptData */ #define SAY2_HELP -1555026 #define SAY2_DEATH -1555027 -struct TRINITY_DLL_DECL boss_blackheart_the_inciterAI : public ScriptedAI +struct boss_blackheart_the_inciterAI : public ScriptedAI { boss_blackheart_the_inciterAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/auchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp b/src/scripts/outland/auchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp index bb18319b9ad..f8f015634b6 100644 --- a/src/scripts/outland/auchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp +++ b/src/scripts/outland/auchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp @@ -60,7 +60,7 @@ float VoidPortalCoords[5][3] = {-261.4533, -297.3298, 17.1} }; -struct TRINITY_DLL_DECL mob_voidtravelerAI : public ScriptedAI +struct mob_voidtravelerAI : public ScriptedAI { mob_voidtravelerAI(Creature *c) : ScriptedAI(c) { @@ -118,7 +118,7 @@ CreatureAI* GetAI_mob_voidtraveler(Creature* pCreature) return new mob_voidtravelerAI (pCreature); } -struct TRINITY_DLL_DECL boss_grandmaster_vorpilAI : public ScriptedAI +struct boss_grandmaster_vorpilAI : public ScriptedAI { boss_grandmaster_vorpilAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/auchindoun/shadow_labyrinth/boss_murmur.cpp b/src/scripts/outland/auchindoun/shadow_labyrinth/boss_murmur.cpp index 0b8c0f6999b..60d8f5e63d2 100644 --- a/src/scripts/outland/auchindoun/shadow_labyrinth/boss_murmur.cpp +++ b/src/scripts/outland/auchindoun/shadow_labyrinth/boss_murmur.cpp @@ -34,7 +34,7 @@ EndScriptData */ #define SPELL_SONIC_SHOCK 38797 #define SPELL_THUNDERING_STORM 39365 -struct TRINITY_DLL_DECL boss_murmurAI : public ScriptedAI +struct boss_murmurAI : public ScriptedAI { boss_murmurAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/auchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp b/src/scripts/outland/auchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp index 72a69915865..3cf11d776e7 100644 --- a/src/scripts/outland/auchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp +++ b/src/scripts/outland/auchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp @@ -36,7 +36,7 @@ EndScriptData */ 4 - Murmur event */ -struct TRINITY_DLL_DECL instance_shadow_labyrinth : public ScriptedInstance +struct instance_shadow_labyrinth : public ScriptedInstance { instance_shadow_labyrinth(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/black_temple/boss_bloodboil.cpp b/src/scripts/outland/black_temple/boss_bloodboil.cpp index 7c23c749ba0..a0fa5ef8311 100644 --- a/src/scripts/outland/black_temple/boss_bloodboil.cpp +++ b/src/scripts/outland/black_temple/boss_bloodboil.cpp @@ -53,7 +53,7 @@ EndScriptData */ //This is used to sort the players by distance in preparation for the Bloodboil cast. -struct TRINITY_DLL_DECL boss_gurtogg_bloodboilAI : public ScriptedAI +struct boss_gurtogg_bloodboilAI : public ScriptedAI { boss_gurtogg_bloodboilAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/black_temple/boss_illidan.cpp b/src/scripts/outland/black_temple/boss_illidan.cpp index 3613f288635..6f1e4cc0e59 100644 --- a/src/scripts/outland/black_temple/boss_illidan.cpp +++ b/src/scripts/outland/black_temple/boss_illidan.cpp @@ -363,7 +363,7 @@ static Animation DemonTransformation[]= #define EMOTE_UNABLE_TO_SUMMON "is unable to summon Maiev Shadowsong and enter Phase 4. Resetting Encounter." /************************************** Illidan's AI ***************************************/ -struct TRINITY_DLL_DECL boss_illidan_stormrageAI : public ScriptedAI +struct boss_illidan_stormrageAI : public ScriptedAI { boss_illidan_stormrageAI(Creature* c) : ScriptedAI(c), Summons(m_creature) { @@ -886,7 +886,7 @@ struct TRINITY_DLL_DECL boss_illidan_stormrageAI : public ScriptedAI /********************************** End of Illidan AI ******************************************/ -struct TRINITY_DLL_DECL flame_of_azzinothAI : public ScriptedAI +struct flame_of_azzinothAI : public ScriptedAI { flame_of_azzinothAI(Creature *c) : ScriptedAI(c) {} @@ -966,7 +966,7 @@ struct TRINITY_DLL_DECL flame_of_azzinothAI : public ScriptedAI }; /******* Functions and vars for Akama's AI ******/ -struct TRINITY_DLL_DECL npc_akama_illidanAI : public ScriptedAI +struct npc_akama_illidanAI : public ScriptedAI { npc_akama_illidanAI(Creature* c) : ScriptedAI(c) { @@ -1396,7 +1396,7 @@ struct TRINITY_DLL_DECL npc_akama_illidanAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_maievAI : public ScriptedAI +struct boss_maievAI : public ScriptedAI { boss_maievAI(Creature *c) : ScriptedAI(c) {}; @@ -1622,7 +1622,7 @@ bool GossipHello_npc_akama_at_illidan(Player* pPlayer, Creature* pCreature) return true; } -struct TRINITY_DLL_DECL cage_trap_triggerAI : public ScriptedAI +struct cage_trap_triggerAI : public ScriptedAI { cage_trap_triggerAI(Creature *c) : ScriptedAI(c) {} @@ -1698,7 +1698,7 @@ bool GOHello_cage_trap(Player* pPlayer, GameObject* pGo) return true; } -struct TRINITY_DLL_DECL shadow_demonAI : public ScriptedAI +struct shadow_demonAI : public ScriptedAI { shadow_demonAI(Creature *c) : ScriptedAI(c) {} @@ -1738,7 +1738,7 @@ struct TRINITY_DLL_DECL shadow_demonAI : public ScriptedAI }; // Shadowfiends interact with Illidan, setting more targets in Illidan's hashmap -struct TRINITY_DLL_DECL mob_parasitic_shadowfiendAI : public ScriptedAI +struct mob_parasitic_shadowfiendAI : public ScriptedAI { mob_parasitic_shadowfiendAI(Creature* c) : ScriptedAI(c) { @@ -1807,7 +1807,7 @@ struct TRINITY_DLL_DECL mob_parasitic_shadowfiendAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL blade_of_azzinothAI : public NullCreatureAI +struct blade_of_azzinothAI : public NullCreatureAI { blade_of_azzinothAI(Creature* c) : NullCreatureAI(c) {} diff --git a/src/scripts/outland/black_temple/boss_mother_shahraz.cpp b/src/scripts/outland/black_temple/boss_mother_shahraz.cpp index 4503a449ce3..1a18d5fc36c 100644 --- a/src/scripts/outland/black_temple/boss_mother_shahraz.cpp +++ b/src/scripts/outland/black_temple/boss_mother_shahraz.cpp @@ -76,7 +76,7 @@ static Locations TeleportPoint[]= {965.997, 278.398, 195.777} }; -struct TRINITY_DLL_DECL boss_shahrazAI : public ScriptedAI +struct boss_shahrazAI : public ScriptedAI { boss_shahrazAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/black_temple/boss_reliquary_of_souls.cpp b/src/scripts/outland/black_temple/boss_reliquary_of_souls.cpp index 96bd840be0f..43bf9471104 100644 --- a/src/scripts/outland/black_temple/boss_reliquary_of_souls.cpp +++ b/src/scripts/outland/black_temple/boss_reliquary_of_souls.cpp @@ -99,7 +99,7 @@ static Position2d Coords[]= {450.4, 168.3} }; -struct TRINITY_DLL_DECL npc_enslaved_soulAI : public ScriptedAI +struct npc_enslaved_soulAI : public ScriptedAI { npc_enslaved_soulAI(Creature *c) : ScriptedAI(c) {} @@ -116,7 +116,7 @@ struct TRINITY_DLL_DECL npc_enslaved_soulAI : public ScriptedAI void JustDied(Unit *killer); }; -struct TRINITY_DLL_DECL boss_reliquary_of_soulsAI : public ScriptedAI +struct boss_reliquary_of_soulsAI : public ScriptedAI { boss_reliquary_of_soulsAI(Creature *c) : ScriptedAI(c) { @@ -332,7 +332,7 @@ struct TRINITY_DLL_DECL boss_reliquary_of_soulsAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_essence_of_sufferingAI : public ScriptedAI +struct boss_essence_of_sufferingAI : public ScriptedAI { boss_essence_of_sufferingAI(Creature *c) : ScriptedAI(c) {} @@ -445,7 +445,7 @@ struct TRINITY_DLL_DECL boss_essence_of_sufferingAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_essence_of_desireAI : public ScriptedAI +struct boss_essence_of_desireAI : public ScriptedAI { boss_essence_of_desireAI(Creature *c) : ScriptedAI(c) {} @@ -536,7 +536,7 @@ struct TRINITY_DLL_DECL boss_essence_of_desireAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_essence_of_angerAI : public ScriptedAI +struct boss_essence_of_angerAI : public ScriptedAI { boss_essence_of_angerAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/black_temple/boss_shade_of_akama.cpp b/src/scripts/outland/black_temple/boss_shade_of_akama.cpp index 2cc8dc69549..23d298ff05c 100644 --- a/src/scripts/outland/black_temple/boss_shade_of_akama.cpp +++ b/src/scripts/outland/black_temple/boss_shade_of_akama.cpp @@ -105,7 +105,7 @@ static Location BrokenWP[]= const uint32 spawnEntries[4]= { 23523, 23318, 23524 }; -struct TRINITY_DLL_DECL mob_ashtongue_channelerAI : public ScriptedAI +struct mob_ashtongue_channelerAI : public ScriptedAI { mob_ashtongue_channelerAI(Creature* c) : ScriptedAI(c) {ShadeGUID = 0;} @@ -119,7 +119,7 @@ struct TRINITY_DLL_DECL mob_ashtongue_channelerAI : public ScriptedAI void UpdateAI(const uint32 diff) {} }; -struct TRINITY_DLL_DECL mob_ashtongue_sorcererAI : public ScriptedAI +struct mob_ashtongue_sorcererAI : public ScriptedAI { mob_ashtongue_sorcererAI(Creature* c) : ScriptedAI(c) {ShadeGUID = 0;} @@ -162,7 +162,7 @@ struct TRINITY_DLL_DECL mob_ashtongue_sorcererAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_shade_of_akamaAI : public ScriptedAI +struct boss_shade_of_akamaAI : public ScriptedAI { boss_shade_of_akamaAI(Creature* c) : ScriptedAI(c), summons(m_creature) { @@ -496,7 +496,7 @@ void mob_ashtongue_sorcererAI::JustDied(Unit* killer) else error_log("SD2 ERROR: Sorcerer dead but unable to increment DeathCount for Shade of Akama."); } -struct TRINITY_DLL_DECL npc_akamaAI : public ScriptedAI +struct npc_akamaAI : public ScriptedAI { npc_akamaAI(Creature* c) : ScriptedAI(c), summons(m_creature) { diff --git a/src/scripts/outland/black_temple/boss_supremus.cpp b/src/scripts/outland/black_temple/boss_supremus.cpp index b17ad349bab..8290fa6399b 100644 --- a/src/scripts/outland/black_temple/boss_supremus.cpp +++ b/src/scripts/outland/black_temple/boss_supremus.cpp @@ -51,7 +51,7 @@ EndScriptData */ #define GCD_CAST 1 -struct TRINITY_DLL_DECL molten_flameAI : public NullCreatureAI +struct molten_flameAI : public NullCreatureAI { molten_flameAI(Creature *c) : NullCreatureAI(c) {} @@ -65,7 +65,7 @@ struct TRINITY_DLL_DECL molten_flameAI : public NullCreatureAI } }; -struct TRINITY_DLL_DECL boss_supremusAI : public ScriptedAI +struct boss_supremusAI : public ScriptedAI { boss_supremusAI(Creature *c) : ScriptedAI(c), summons(m_creature) { @@ -225,7 +225,7 @@ struct TRINITY_DLL_DECL boss_supremusAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL npc_volcanoAI : public Scripted_NoMovementAI +struct npc_volcanoAI : public Scripted_NoMovementAI { npc_volcanoAI(Creature *c) : Scripted_NoMovementAI(c) {} diff --git a/src/scripts/outland/black_temple/boss_teron_gorefiend.cpp b/src/scripts/outland/black_temple/boss_teron_gorefiend.cpp index 8002b7ffc37..f143f2e7323 100644 --- a/src/scripts/outland/black_temple/boss_teron_gorefiend.cpp +++ b/src/scripts/outland/black_temple/boss_teron_gorefiend.cpp @@ -46,10 +46,10 @@ EndScriptData */ #define SPELL_ATROPHY 40327 // Shadowy Constructs use this when they get within melee range of a player -#define CREATURE_DOOM_BLOSSOM 23123 -#define CREATURE_SHADOWY_CONSTRUCT 23111 +#define CREATURE_DOOM_BLOSSOM 23123 +#define CREATURE_SHADOWY_CONSTRUCT 23111 -struct TRINITY_DLL_DECL mob_doom_blossomAI : public ScriptedAI +struct mob_doom_blossomAI : public ScriptedAI { mob_doom_blossomAI(Creature *c) : ScriptedAI(c) {} @@ -103,7 +103,7 @@ struct TRINITY_DLL_DECL mob_doom_blossomAI : public ScriptedAI void SetTeronGUID(uint64 guid){ TeronGUID = guid; } }; -struct TRINITY_DLL_DECL mob_shadowy_constructAI : public ScriptedAI +struct mob_shadowy_constructAI : public ScriptedAI { mob_shadowy_constructAI(Creature* c) : ScriptedAI(c) {} @@ -181,7 +181,7 @@ struct TRINITY_DLL_DECL mob_shadowy_constructAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_teron_gorefiendAI : public ScriptedAI +struct boss_teron_gorefiendAI : public ScriptedAI { boss_teron_gorefiendAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/black_temple/boss_warlord_najentus.cpp b/src/scripts/outland/black_temple/boss_warlord_najentus.cpp index 58223e98d08..230660214a8 100644 --- a/src/scripts/outland/black_temple/boss_warlord_najentus.cpp +++ b/src/scripts/outland/black_temple/boss_warlord_najentus.cpp @@ -58,7 +58,7 @@ enum eEnums GCD_YELL = 2 }; -struct TRINITY_DLL_DECL boss_najentusAI : public ScriptedAI +struct boss_najentusAI : public ScriptedAI { boss_najentusAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/black_temple/illidari_council.cpp b/src/scripts/outland/black_temple/illidari_council.cpp index d8d709631ad..078f065cb31 100644 --- a/src/scripts/outland/black_temple/illidari_council.cpp +++ b/src/scripts/outland/black_temple/illidari_council.cpp @@ -107,7 +107,7 @@ static CouncilYells CouncilEnrage[]= #define SPELL_BERSERK 45078 -struct TRINITY_DLL_DECL mob_blood_elf_council_voice_triggerAI : public ScriptedAI +struct mob_blood_elf_council_voice_triggerAI : public ScriptedAI { mob_blood_elf_council_voice_triggerAI(Creature* c) : ScriptedAI(c) { @@ -190,7 +190,7 @@ struct TRINITY_DLL_DECL mob_blood_elf_council_voice_triggerAI : public ScriptedA } }; -struct TRINITY_DLL_DECL mob_illidari_councilAI : public ScriptedAI +struct mob_illidari_councilAI : public ScriptedAI { mob_illidari_councilAI(Creature *c) : ScriptedAI(c) { @@ -348,7 +348,7 @@ struct TRINITY_DLL_DECL mob_illidari_councilAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_illidari_councilAI : public ScriptedAI +struct boss_illidari_councilAI : public ScriptedAI { boss_illidari_councilAI(Creature* c) : ScriptedAI(c) { @@ -435,7 +435,7 @@ struct TRINITY_DLL_DECL boss_illidari_councilAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_gathios_the_shattererAI : public boss_illidari_councilAI +struct boss_gathios_the_shattererAI : public boss_illidari_councilAI { boss_gathios_the_shattererAI(Creature *c) : boss_illidari_councilAI(c) {} @@ -550,7 +550,7 @@ struct TRINITY_DLL_DECL boss_gathios_the_shattererAI : public boss_illidari_coun } }; -struct TRINITY_DLL_DECL boss_high_nethermancer_zerevorAI : public boss_illidari_councilAI +struct boss_high_nethermancer_zerevorAI : public boss_illidari_councilAI { boss_high_nethermancer_zerevorAI(Creature *c) : boss_illidari_councilAI(c) {} @@ -642,7 +642,7 @@ struct TRINITY_DLL_DECL boss_high_nethermancer_zerevorAI : public boss_illidari_ } }; -struct TRINITY_DLL_DECL boss_lady_malandeAI : public boss_illidari_councilAI +struct boss_lady_malandeAI : public boss_illidari_councilAI { boss_lady_malandeAI(Creature *c) : boss_illidari_councilAI(c) {} @@ -708,7 +708,7 @@ struct TRINITY_DLL_DECL boss_lady_malandeAI : public boss_illidari_councilAI } }; -struct TRINITY_DLL_DECL boss_veras_darkshadowAI : public boss_illidari_councilAI +struct boss_veras_darkshadowAI : public boss_illidari_councilAI { boss_veras_darkshadowAI(Creature *c) : boss_illidari_councilAI(c) {} diff --git a/src/scripts/outland/black_temple/instance_black_temple.cpp b/src/scripts/outland/black_temple/instance_black_temple.cpp index 8d361bbf3d0..60179c99f6a 100644 --- a/src/scripts/outland/black_temple/instance_black_temple.cpp +++ b/src/scripts/outland/black_temple/instance_black_temple.cpp @@ -38,7 +38,7 @@ EndScriptData */ 8 - Illidan Stormrage Event */ -struct TRINITY_DLL_DECL instance_black_temple : public ScriptedInstance +struct instance_black_temple : public ScriptedInstance { instance_black_temple(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/blades_edge_mountains.cpp b/src/scripts/outland/blades_edge_mountains.cpp index 2dcac52d29d..2725d7b66d5 100644 --- a/src/scripts/outland/blades_edge_mountains.cpp +++ b/src/scripts/outland/blades_edge_mountains.cpp @@ -46,7 +46,7 @@ bool obelisk_one, obelisk_two, obelisk_three, obelisk_four, obelisk_five; ######*/ //TODO: add support for quest 10512 + Creature abilities -struct TRINITY_DLL_DECL mobs_bladespire_ogreAI : public ScriptedAI +struct mobs_bladespire_ogreAI : public ScriptedAI { mobs_bladespire_ogreAI(Creature *c) : ScriptedAI(c) {} @@ -90,7 +90,7 @@ enum eNetherdrake SPELL_INTANGIBLE_PRESENCE = 36513 }; -struct TRINITY_DLL_DECL mobs_nether_drakeAI : public ScriptedAI +struct mobs_nether_drakeAI : public ScriptedAI { mobs_nether_drakeAI(Creature *c) : ScriptedAI(c) {} @@ -248,7 +248,7 @@ enum eDaranelle SPELL_LASHHAN_CHANNEL = 36904 }; -struct TRINITY_DLL_DECL npc_daranelleAI : public ScriptedAI +struct npc_daranelleAI : public ScriptedAI { npc_daranelleAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/boss_doomlord_kazzak.cpp b/src/scripts/outland/boss_doomlord_kazzak.cpp index 11a889ee8b4..7b7d22a395a 100644 --- a/src/scripts/outland/boss_doomlord_kazzak.cpp +++ b/src/scripts/outland/boss_doomlord_kazzak.cpp @@ -45,7 +45,7 @@ EndScriptData */ #define SPELL_CAPTURESOUL 32966 #define SPELL_TWISTEDREFLECTION 21063 -struct TRINITY_DLL_DECL boss_doomlordkazzakAI : public ScriptedAI +struct boss_doomlordkazzakAI : public ScriptedAI { boss_doomlordkazzakAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/boss_doomwalker.cpp b/src/scripts/outland/boss_doomwalker.cpp index 87ef9a680d2..e0db99ec196 100644 --- a/src/scripts/outland/boss_doomwalker.cpp +++ b/src/scripts/outland/boss_doomwalker.cpp @@ -41,7 +41,7 @@ EndScriptData */ #define SPELL_MARK_DEATH 37128 #define SPELL_AURA_DEATH 37131 -struct TRINITY_DLL_DECL boss_doomwalkerAI : public ScriptedAI +struct boss_doomwalkerAI : public ScriptedAI { boss_doomwalkerAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_fathomlord_karathress.cpp b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_fathomlord_karathress.cpp index 6caa0ffac9c..54b8666dd97 100644 --- a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_fathomlord_karathress.cpp +++ b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_fathomlord_karathress.cpp @@ -92,7 +92,7 @@ EndScriptData */ #define OLUM_O 0.401581f //Fathom-Lord Karathress AI -struct TRINITY_DLL_DECL boss_fathomlord_karathressAI : public ScriptedAI +struct boss_fathomlord_karathressAI : public ScriptedAI { boss_fathomlord_karathressAI(Creature *c) : ScriptedAI(c) { @@ -294,7 +294,7 @@ struct TRINITY_DLL_DECL boss_fathomlord_karathressAI : public ScriptedAI }; //Fathom-Guard Sharkkis AI -struct TRINITY_DLL_DECL boss_fathomguard_sharkkisAI : public ScriptedAI +struct boss_fathomguard_sharkkisAI : public ScriptedAI { boss_fathomguard_sharkkisAI(Creature *c) : ScriptedAI(c) { @@ -437,7 +437,7 @@ struct TRINITY_DLL_DECL boss_fathomguard_sharkkisAI : public ScriptedAI }; //Fathom-Guard Tidalvess AI -struct TRINITY_DLL_DECL boss_fathomguard_tidalvessAI : public ScriptedAI +struct boss_fathomguard_tidalvessAI : public ScriptedAI { boss_fathomguard_tidalvessAI(Creature *c) : ScriptedAI(c) { @@ -552,7 +552,7 @@ struct TRINITY_DLL_DECL boss_fathomguard_tidalvessAI : public ScriptedAI }; //Fathom-Guard Caribdis AI -struct TRINITY_DLL_DECL boss_fathomguard_caribdisAI : public ScriptedAI +struct boss_fathomguard_caribdisAI : public ScriptedAI { boss_fathomguard_caribdisAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_hydross_the_unstable.cpp b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_hydross_the_unstable.cpp index 7c5b828c210..3190eaf7b51 100644 --- a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_hydross_the_unstable.cpp +++ b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_hydross_the_unstable.cpp @@ -74,7 +74,7 @@ EndScriptData */ #define SPAWN_X_DIFF4 12.577011 #define SPAWN_Y_DIFF4 4.72702 -struct TRINITY_DLL_DECL boss_hydross_the_unstableAI : public ScriptedAI +struct boss_hydross_the_unstableAI : public ScriptedAI { boss_hydross_the_unstableAI(Creature *c) : ScriptedAI(c), Summons(m_creature) { diff --git a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_lady_vashj.cpp b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_lady_vashj.cpp index a4a300a44d6..96d8c837877 100644 --- a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_lady_vashj.cpp +++ b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_lady_vashj.cpp @@ -131,7 +131,7 @@ float ShieldGeneratorChannelPos[4][4] = }; //Lady Vashj AI -struct TRINITY_DLL_DECL boss_lady_vashjAI : public ScriptedAI +struct boss_lady_vashjAI : public ScriptedAI { boss_lady_vashjAI (Creature *c) : ScriptedAI(c) { @@ -563,7 +563,7 @@ struct TRINITY_DLL_DECL boss_lady_vashjAI : public ScriptedAI //Enchanted Elemental //If one of them reaches Vashj he will increase her damage done by 5%. -struct TRINITY_DLL_DECL mob_enchanted_elementalAI : public ScriptedAI +struct mob_enchanted_elementalAI : public ScriptedAI { mob_enchanted_elementalAI(Creature *c) : ScriptedAI(c) { @@ -650,7 +650,7 @@ struct TRINITY_DLL_DECL mob_enchanted_elementalAI : public ScriptedAI //Tainted Elemental //This mob has 7,900 life, doesn't move, and shoots Poison Bolts at one person anywhere in the area, doing 3,000 nature damage and placing a posion doing 2,000 damage every 2 seconds. He will switch targets often, or sometimes just hang on a single player, but there is nothing you can do about it except heal the damage and kill the Tainted Elemental -struct TRINITY_DLL_DECL mob_tainted_elementalAI : public ScriptedAI +struct mob_tainted_elementalAI : public ScriptedAI { mob_tainted_elementalAI(Creature *c) : ScriptedAI(c) { @@ -713,7 +713,7 @@ struct TRINITY_DLL_DECL mob_tainted_elementalAI : public ScriptedAI //Toxic Sporebat //Toxic Spores: Used in Phase 3 by the Spore Bats, it creates a contaminated green patch of ground, dealing about 2775-3225 nature damage every second to anyone who stands in it. -struct TRINITY_DLL_DECL mob_toxic_sporebatAI : public ScriptedAI +struct mob_toxic_sporebatAI : public ScriptedAI { mob_toxic_sporebatAI(Creature *c) : ScriptedAI(c) { @@ -845,7 +845,7 @@ CreatureAI* GetAI_mob_coilfang_strider(Creature* pCreature) return ai; } -struct TRINITY_DLL_DECL mob_shield_generator_channelAI : public ScriptedAI +struct mob_shield_generator_channelAI : public ScriptedAI { mob_shield_generator_channelAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp index 55b0f7d834f..b701d2d5c33 100644 --- a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp +++ b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp @@ -65,7 +65,7 @@ EndScriptData */ #define SAY_FREE -1548019 #define SAY_DEATH -1548020 -struct TRINITY_DLL_DECL mob_inner_demonAI : public ScriptedAI +struct mob_inner_demonAI : public ScriptedAI { mob_inner_demonAI(Creature *c) : ScriptedAI(c) { @@ -143,7 +143,7 @@ struct TRINITY_DLL_DECL mob_inner_demonAI : public ScriptedAI } }; //Original Leotheras the Blind AI -struct TRINITY_DLL_DECL boss_leotheras_the_blindAI : public ScriptedAI +struct boss_leotheras_the_blindAI : public ScriptedAI { boss_leotheras_the_blindAI(Creature *c) : ScriptedAI(c) { @@ -557,7 +557,7 @@ struct TRINITY_DLL_DECL boss_leotheras_the_blindAI : public ScriptedAI }; //Leotheras the Blind Demon Form AI -struct TRINITY_DLL_DECL boss_leotheras_the_blind_demonformAI : public ScriptedAI +struct boss_leotheras_the_blind_demonformAI : public ScriptedAI { boss_leotheras_the_blind_demonformAI(Creature *c) : ScriptedAI(c) {} @@ -618,7 +618,7 @@ struct TRINITY_DLL_DECL boss_leotheras_the_blind_demonformAI : public ScriptedAI //Do NOT deal any melee damage to the target. } }; -struct TRINITY_DLL_DECL mob_greyheart_spellbinderAI : public ScriptedAI +struct mob_greyheart_spellbinderAI : public ScriptedAI { mob_greyheart_spellbinderAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_lurker_below.cpp b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_lurker_below.cpp index d257135bf8a..658c9316a67 100644 --- a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_lurker_below.cpp +++ b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_lurker_below.cpp @@ -64,7 +64,7 @@ float AddPos[9][3] = {42.471519, -445.115295, -19.769423} //MOVE_GUARDIAN_3 X, Y, Z }; -struct TRINITY_DLL_DECL boss_the_lurker_belowAI : public Scripted_NoMovementAI +struct boss_the_lurker_belowAI : public Scripted_NoMovementAI { boss_the_lurker_belowAI(Creature *c) : Scripted_NoMovementAI(c), Summons(m_creature) { @@ -368,7 +368,7 @@ CreatureAI* GetAI_mob_coilfang_guardian(Creature* pCreature) return ai; } -struct TRINITY_DLL_DECL mob_coilfang_ambusherAI : public Scripted_NoMovementAI +struct mob_coilfang_ambusherAI : public Scripted_NoMovementAI { mob_coilfang_ambusherAI(Creature *c) : Scripted_NoMovementAI(c) { diff --git a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_morogrim_tidewalker.cpp b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_morogrim_tidewalker.cpp index c2bbb146cd7..ca4dfebb477 100644 --- a/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_morogrim_tidewalker.cpp +++ b/src/scripts/outland/coilfang_resevoir/serpent_shrine/boss_morogrim_tidewalker.cpp @@ -96,7 +96,7 @@ float MurlocCords[10][5] = #define TIDEWALKER_LURKER 21920 //Morogrim Tidewalker AI -struct TRINITY_DLL_DECL boss_morogrim_tidewalkerAI : public ScriptedAI +struct boss_morogrim_tidewalkerAI : public ScriptedAI { boss_morogrim_tidewalkerAI(Creature *c) : ScriptedAI(c) { @@ -290,7 +290,7 @@ struct TRINITY_DLL_DECL boss_morogrim_tidewalkerAI : public ScriptedAI //Water Globule AI #define SPELL_GLOBULE_EXPLOSION 37871 -struct TRINITY_DLL_DECL mob_water_globuleAI : public ScriptedAI +struct mob_water_globuleAI : public ScriptedAI { mob_water_globuleAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/coilfang_resevoir/serpent_shrine/instance_serpent_shrine.cpp b/src/scripts/outland/coilfang_resevoir/serpent_shrine/instance_serpent_shrine.cpp index f328ff51e8c..7f4d7e84739 100644 --- a/src/scripts/outland/coilfang_resevoir/serpent_shrine/instance_serpent_shrine.cpp +++ b/src/scripts/outland/coilfang_resevoir/serpent_shrine/instance_serpent_shrine.cpp @@ -58,7 +58,7 @@ bool GOHello_go_bridge_console(Player* pPlayer, GameObject* pGo) return true; } -struct TRINITY_DLL_DECL instance_serpentshrine_cavern : public ScriptedInstance +struct instance_serpentshrine_cavern : public ScriptedInstance { instance_serpentshrine_cavern(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/coilfang_resevoir/steam_vault/boss_hydromancer_thespia.cpp b/src/scripts/outland/coilfang_resevoir/steam_vault/boss_hydromancer_thespia.cpp index 0c484a50db6..1aedfbe1e5b 100644 --- a/src/scripts/outland/coilfang_resevoir/steam_vault/boss_hydromancer_thespia.cpp +++ b/src/scripts/outland/coilfang_resevoir/steam_vault/boss_hydromancer_thespia.cpp @@ -41,7 +41,7 @@ EndContentData */ #define SPELL_LUNG_BURST 31481 #define SPELL_ENVELOPING_WINDS 31718 -struct TRINITY_DLL_DECL boss_thespiaAI : public ScriptedAI +struct boss_thespiaAI : public ScriptedAI { boss_thespiaAI(Creature *c) : ScriptedAI(c) { @@ -132,7 +132,7 @@ struct TRINITY_DLL_DECL boss_thespiaAI : public ScriptedAI #define SPELL_WATER_BOLT_VOLLEY 34449 #define H_SPELL_WATER_BOLT_VOLLEY 37924 -struct TRINITY_DLL_DECL mob_coilfang_waterelementalAI : public ScriptedAI +struct mob_coilfang_waterelementalAI : public ScriptedAI { mob_coilfang_waterelementalAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/coilfang_resevoir/steam_vault/boss_mekgineer_steamrigger.cpp b/src/scripts/outland/coilfang_resevoir/steam_vault/boss_mekgineer_steamrigger.cpp index 69e60cba5e4..62965fc0a35 100644 --- a/src/scripts/outland/coilfang_resevoir/steam_vault/boss_mekgineer_steamrigger.cpp +++ b/src/scripts/outland/coilfang_resevoir/steam_vault/boss_mekgineer_steamrigger.cpp @@ -46,7 +46,7 @@ EndContentData */ #define ENTRY_STREAMRIGGER_MECHANIC 17951 -struct TRINITY_DLL_DECL boss_mekgineer_steamriggerAI : public ScriptedAI +struct boss_mekgineer_steamriggerAI : public ScriptedAI { boss_mekgineer_steamriggerAI(Creature *c) : ScriptedAI(c) { @@ -183,7 +183,7 @@ CreatureAI* GetAI_boss_mekgineer_steamrigger(Creature* pCreature) #define MAX_REPAIR_RANGE (13.0f) //we should be at least at this range for repair #define MIN_REPAIR_RANGE (7.0f) //we can stop movement at this range to repair but not required -struct TRINITY_DLL_DECL mob_steamrigger_mechanicAI : public ScriptedAI +struct mob_steamrigger_mechanicAI : public ScriptedAI { mob_steamrigger_mechanicAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/coilfang_resevoir/steam_vault/boss_warlord_kalithresh.cpp b/src/scripts/outland/coilfang_resevoir/steam_vault/boss_warlord_kalithresh.cpp index d23c2991ece..f46b8b335c0 100644 --- a/src/scripts/outland/coilfang_resevoir/steam_vault/boss_warlord_kalithresh.cpp +++ b/src/scripts/outland/coilfang_resevoir/steam_vault/boss_warlord_kalithresh.cpp @@ -40,7 +40,7 @@ EndScriptData */ #define SPELL_WARLORDS_RAGE_PROC 36453 -struct TRINITY_DLL_DECL mob_naga_distillerAI : public ScriptedAI +struct mob_naga_distillerAI : public ScriptedAI { mob_naga_distillerAI(Creature *c) : ScriptedAI(c) { @@ -86,7 +86,7 @@ struct TRINITY_DLL_DECL mob_naga_distillerAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_warlord_kalithreshAI : public ScriptedAI +struct boss_warlord_kalithreshAI : public ScriptedAI { boss_warlord_kalithreshAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/coilfang_resevoir/steam_vault/instance_steam_vault.cpp b/src/scripts/outland/coilfang_resevoir/steam_vault/instance_steam_vault.cpp index bec05cfff0a..7dbdb925a9e 100644 --- a/src/scripts/outland/coilfang_resevoir/steam_vault/instance_steam_vault.cpp +++ b/src/scripts/outland/coilfang_resevoir/steam_vault/instance_steam_vault.cpp @@ -52,7 +52,7 @@ bool GOHello_go_main_chambers_access_panel(Player* pPlayer, GameObject* pGo) return true; } -struct TRINITY_DLL_DECL instance_steam_vault : public ScriptedInstance +struct instance_steam_vault : public ScriptedInstance { instance_steam_vault(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/coilfang_resevoir/underbog/boss_hungarfen.cpp b/src/scripts/outland/coilfang_resevoir/underbog/boss_hungarfen.cpp index ab6f90dde10..3736e4a230d 100644 --- a/src/scripts/outland/coilfang_resevoir/underbog/boss_hungarfen.cpp +++ b/src/scripts/outland/coilfang_resevoir/underbog/boss_hungarfen.cpp @@ -26,7 +26,7 @@ EndScriptData */ #define SPELL_FOUL_SPORES 31673 #define SPELL_ACID_GEYSER 38739 -struct TRINITY_DLL_DECL boss_hungarfenAI : public ScriptedAI +struct boss_hungarfenAI : public ScriptedAI { boss_hungarfenAI(Creature *c) : ScriptedAI(c) { @@ -90,7 +90,7 @@ CreatureAI* GetAI_boss_hungarfen(Creature* pCreature) #define SPELL_PUTRID_MUSHROOM 31690 #define SPELL_GROW 31698 -struct TRINITY_DLL_DECL mob_underbog_mushroomAI : public ScriptedAI +struct mob_underbog_mushroomAI : public ScriptedAI { mob_underbog_mushroomAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/coilfang_resevoir/underbog/boss_the_black_stalker.cpp b/src/scripts/outland/coilfang_resevoir/underbog/boss_the_black_stalker.cpp index 83c9862403c..528e294b156 100644 --- a/src/scripts/outland/coilfang_resevoir/underbog/boss_the_black_stalker.cpp +++ b/src/scripts/outland/coilfang_resevoir/underbog/boss_the_black_stalker.cpp @@ -33,7 +33,7 @@ EndScriptData */ #define ENTRY_SPORE_STRIDER 22299 -struct TRINITY_DLL_DECL boss_the_black_stalkerAI : public ScriptedAI +struct boss_the_black_stalkerAI : public ScriptedAI { boss_the_black_stalkerAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/gruuls_lair/boss_gruul.cpp b/src/scripts/outland/gruuls_lair/boss_gruul.cpp index b91a0303d0d..25b6c73f472 100644 --- a/src/scripts/outland/gruuls_lair/boss_gruul.cpp +++ b/src/scripts/outland/gruuls_lair/boss_gruul.cpp @@ -17,7 +17,7 @@ /* ScriptData SDName: Boss_Gruul SD%Complete: 60 -SDComment: Ground Slam need further development (knock back effect and shatter effect must be added to mangos) +SDComment: Ground Slam need further development (knock back effect and shatter effect must be added to the core) SDCategory: Gruul's Lair EndScriptData */ @@ -52,7 +52,7 @@ enum eEnums SPELL_KNOCK_BACK = 24199, //Knockback spell until correct implementation is made }; -struct TRINITY_DLL_DECL boss_gruulAI : public ScriptedAI +struct boss_gruulAI : public ScriptedAI { boss_gruulAI(Creature *c) : ScriptedAI(c) { @@ -124,10 +124,10 @@ struct TRINITY_DLL_DECL boss_gruulAI : public ScriptedAI } } - //this part should be in mangos + //this part should be in the core if (pSpell->Id == SPELL_SHATTER) { - //this spell must have custom handling in mangos, dealing damage based on distance + //this spell must have custom handling in the core, dealing damage based on distance pTarget->CastSpell(pTarget, SPELL_SHATTER_EFFECT, true); if (pTarget->HasAura(SPELL_STONED)) diff --git a/src/scripts/outland/gruuls_lair/boss_high_king_maulgar.cpp b/src/scripts/outland/gruuls_lair/boss_high_king_maulgar.cpp index f6987fa9d41..c55bf2b8b70 100644 --- a/src/scripts/outland/gruuls_lair/boss_high_king_maulgar.cpp +++ b/src/scripts/outland/gruuls_lair/boss_high_king_maulgar.cpp @@ -104,7 +104,7 @@ bool CheckAllBossDied(ScriptedInstance* pInstance, Creature* m_creature) } //High King Maulgar AI -struct TRINITY_DLL_DECL boss_high_king_maulgarAI : public ScriptedAI +struct boss_high_king_maulgarAI : public ScriptedAI { boss_high_king_maulgarAI(Creature *c) : ScriptedAI(c) { @@ -291,7 +291,7 @@ struct TRINITY_DLL_DECL boss_high_king_maulgarAI : public ScriptedAI }; //Olm The Summoner AI -struct TRINITY_DLL_DECL boss_olm_the_summonerAI : public ScriptedAI +struct boss_olm_the_summonerAI : public ScriptedAI { boss_olm_the_summonerAI(Creature *c) : ScriptedAI(c) { @@ -407,7 +407,7 @@ struct TRINITY_DLL_DECL boss_olm_the_summonerAI : public ScriptedAI }; //Kiggler The Crazed AI -struct TRINITY_DLL_DECL boss_kiggler_the_crazedAI : public ScriptedAI +struct boss_kiggler_the_crazedAI : public ScriptedAI { boss_kiggler_the_crazedAI(Creature *c) : ScriptedAI(c) { @@ -517,7 +517,7 @@ struct TRINITY_DLL_DECL boss_kiggler_the_crazedAI : public ScriptedAI }; //Blindeye The Seer AI -struct TRINITY_DLL_DECL boss_blindeye_the_seerAI : public ScriptedAI +struct boss_blindeye_the_seerAI : public ScriptedAI { boss_blindeye_the_seerAI(Creature *c) : ScriptedAI(c) { @@ -615,7 +615,7 @@ struct TRINITY_DLL_DECL boss_blindeye_the_seerAI : public ScriptedAI }; //Krosh Firehand AI -struct TRINITY_DLL_DECL boss_krosh_firehandAI : public ScriptedAI +struct boss_krosh_firehandAI : public ScriptedAI { boss_krosh_firehandAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/gruuls_lair/instance_gruuls_lair.cpp b/src/scripts/outland/gruuls_lair/instance_gruuls_lair.cpp index a7bdb314d5e..a8cad92feb5 100644 --- a/src/scripts/outland/gruuls_lair/instance_gruuls_lair.cpp +++ b/src/scripts/outland/gruuls_lair/instance_gruuls_lair.cpp @@ -31,7 +31,7 @@ EndScriptData */ 2 - Gruul event */ -struct TRINITY_DLL_DECL instance_gruuls_lair : public ScriptedInstance +struct instance_gruuls_lair : public ScriptedInstance { instance_gruuls_lair(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp b/src/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp index 1a1b393b146..b7198f26510 100644 --- a/src/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp +++ b/src/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp @@ -35,7 +35,7 @@ enum eEnums SPELL_POISON = 30914 }; -struct TRINITY_DLL_DECL boss_broggokAI : public ScriptedAI +struct boss_broggokAI : public ScriptedAI { boss_broggokAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp b/src/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp index c33f37d101a..78e409849c3 100644 --- a/src/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp +++ b/src/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp @@ -65,7 +65,7 @@ const float ShadowmoonChannelers[5][4]= {316,-109,-24.6,1.257} }; -struct TRINITY_DLL_DECL boss_kelidan_the_breakerAI : public ScriptedAI +struct boss_kelidan_the_breakerAI : public ScriptedAI { boss_kelidan_the_breakerAI(Creature *c) : ScriptedAI(c) { @@ -265,7 +265,7 @@ enum eShadowmoon SPELL_CHANNELING = 39123 }; -struct TRINITY_DLL_DECL mob_shadowmoon_channelerAI : public ScriptedAI +struct mob_shadowmoon_channelerAI : public ScriptedAI { mob_shadowmoon_channelerAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp b/src/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp index 50f8101a57d..9f204d63e9d 100644 --- a/src/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp +++ b/src/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp @@ -39,7 +39,7 @@ enum eEnums SPELL_DOMINATION = 25772 // ??? }; -struct TRINITY_DLL_DECL boss_the_makerAI : public ScriptedAI +struct boss_the_makerAI : public ScriptedAI { boss_the_makerAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp b/src/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp index 2af18388752..d4f051d31f2 100644 --- a/src/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp +++ b/src/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp @@ -28,7 +28,7 @@ EndScriptData */ #define ENTRY_SEWER2 181766 #define MAX_ENCOUNTER 3 -struct TRINITY_DLL_DECL instance_blood_furnace : public ScriptedInstance +struct instance_blood_furnace : public ScriptedInstance { instance_blood_furnace(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp b/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp index 8747da867e3..4d46c402afc 100644 --- a/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp +++ b/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp @@ -41,7 +41,7 @@ EndScriptData */ #define H_SPELL_SHADOW_BOLT 39297 #define SPELL_SUMMON_FIENDISH_HOUND 30707 -struct TRINITY_DLL_DECL boss_omor_the_unscarredAI : public ScriptedAI +struct boss_omor_the_unscarredAI : public ScriptedAI { boss_omor_the_unscarredAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_vazruden_the_herald.cpp b/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_vazruden_the_herald.cpp index 75aad768087..48d7a207c71 100644 --- a/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_vazruden_the_herald.cpp +++ b/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_vazruden_the_herald.cpp @@ -57,7 +57,7 @@ const float VazrudenRing[2][3] = {-1377, 1760, 112} }; -struct TRINITY_DLL_DECL boss_nazanAI : public ScriptedAI +struct boss_nazanAI : public ScriptedAI { boss_nazanAI(Creature *c) : ScriptedAI(c) { @@ -167,7 +167,7 @@ struct TRINITY_DLL_DECL boss_nazanAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_vazrudenAI : public ScriptedAI +struct boss_vazrudenAI : public ScriptedAI { boss_vazrudenAI(Creature *c) : ScriptedAI(c) { @@ -228,7 +228,7 @@ struct TRINITY_DLL_DECL boss_vazrudenAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_vazruden_the_heraldAI : public ScriptedAI +struct boss_vazruden_the_heraldAI : public ScriptedAI { boss_vazruden_the_heraldAI(Creature *c) : ScriptedAI(c) { @@ -381,7 +381,7 @@ struct TRINITY_DLL_DECL boss_vazruden_the_heraldAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_hellfire_sentryAI : public ScriptedAI +struct mob_hellfire_sentryAI : public ScriptedAI { mob_hellfire_sentryAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp b/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp index ef747b74708..9ef707d011d 100644 --- a/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp +++ b/src/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp @@ -38,7 +38,7 @@ EndScriptData */ #define SPELL_SURGE 34645 #define SPELL_RETALIATION 22857 -struct TRINITY_DLL_DECL boss_watchkeeper_gargolmarAI : public ScriptedAI +struct boss_watchkeeper_gargolmarAI : public ScriptedAI { boss_watchkeeper_gargolmarAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/hellfire_citadel/hellfire_ramparts/instance_hellfire_ramparts.cpp b/src/scripts/outland/hellfire_citadel/hellfire_ramparts/instance_hellfire_ramparts.cpp index 5fdc27ce62a..f260987cb9d 100644 --- a/src/scripts/outland/hellfire_citadel/hellfire_ramparts/instance_hellfire_ramparts.cpp +++ b/src/scripts/outland/hellfire_citadel/hellfire_ramparts/instance_hellfire_ramparts.cpp @@ -24,7 +24,7 @@ EndScriptData */ #include "ScriptedPch.h" #include "hellfire_ramparts.h" -struct TRINITY_DLL_DECL instance_ramparts : public ScriptedInstance +struct instance_ramparts : public ScriptedInstance { instance_ramparts(Map* pMap) : ScriptedInstance(pMap) {Initialize();} diff --git a/src/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp b/src/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp index f2871d89d89..1cc620d9926 100644 --- a/src/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp +++ b/src/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp @@ -88,7 +88,7 @@ static Yell RandomTaunt[]= typedef std::map<uint64, uint64> CubeMap; -struct TRINITY_DLL_DECL mob_abyssalAI : public ScriptedAI +struct mob_abyssalAI : public ScriptedAI { mob_abyssalAI(Creature *c) : ScriptedAI(c) { @@ -165,7 +165,7 @@ struct TRINITY_DLL_DECL mob_abyssalAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_magtheridonAI : public ScriptedAI +struct boss_magtheridonAI : public ScriptedAI { boss_magtheridonAI(Creature *c) : ScriptedAI(c) { @@ -411,7 +411,7 @@ struct TRINITY_DLL_DECL boss_magtheridonAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_hellfire_channelerAI : public ScriptedAI +struct mob_hellfire_channelerAI : public ScriptedAI { mob_hellfire_channelerAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp b/src/scripts/outland/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp index 3f05d371b05..aabb4e86a3a 100644 --- a/src/scripts/outland/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp +++ b/src/scripts/outland/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp @@ -35,7 +35,7 @@ EndScriptData */ #define EMOTE_BONDS_WEAKEN "'s bonds begin to weaken!" -struct TRINITY_DLL_DECL instance_magtheridons_lair : public ScriptedInstance +struct instance_magtheridons_lair : public ScriptedInstance { instance_magtheridons_lair(Map* pMap) : ScriptedInstance(pMap) { diff --git a/src/scripts/outland/hellfire_citadel/shattered_halls/boss_nethekurse.cpp b/src/scripts/outland/hellfire_citadel/shattered_halls/boss_nethekurse.cpp index cdc33f4ec21..52be2999952 100644 --- a/src/scripts/outland/hellfire_citadel/shattered_halls/boss_nethekurse.cpp +++ b/src/scripts/outland/hellfire_citadel/shattered_halls/boss_nethekurse.cpp @@ -73,7 +73,7 @@ static Say PeonDies[]= #define SPELL_CONSUMPTION 30497 #define SPELL_TEMPORARY_VISUAL 39312 // this is wrong, a temporary solution. spell consumption already has the purple visual, but doesn't display as it should -struct TRINITY_DLL_DECL boss_grand_warlock_nethekurseAI : public ScriptedAI +struct boss_grand_warlock_nethekurseAI : public ScriptedAI { boss_grand_warlock_nethekurseAI(Creature *c) : ScriptedAI(c) { @@ -281,7 +281,7 @@ struct TRINITY_DLL_DECL boss_grand_warlock_nethekurseAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_fel_orc_convertAI : public ScriptedAI +struct mob_fel_orc_convertAI : public ScriptedAI { mob_fel_orc_convertAI(Creature *c) : ScriptedAI(c) { @@ -349,7 +349,7 @@ struct TRINITY_DLL_DECL mob_fel_orc_convertAI : public ScriptedAI }; //NOTE: this Creature are also summoned by other spells, for different creatures -struct TRINITY_DLL_DECL mob_lesser_shadow_fissureAI : public ScriptedAI +struct mob_lesser_shadow_fissureAI : public ScriptedAI { mob_lesser_shadow_fissureAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp b/src/scripts/outland/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp index 189ace7cd8a..bed95b69d12 100644 --- a/src/scripts/outland/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp +++ b/src/scripts/outland/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp @@ -98,7 +98,7 @@ static Yell KillingDelay[]= {-1000000, NPC_LEFT_HEAD}, }; -struct TRINITY_DLL_DECL mob_omrogg_headsAI : public ScriptedAI +struct mob_omrogg_headsAI : public ScriptedAI { mob_omrogg_headsAI(Creature *c) : ScriptedAI(c) {} @@ -131,7 +131,7 @@ struct TRINITY_DLL_DECL mob_omrogg_headsAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_warbringer_omroggAI : public ScriptedAI +struct boss_warbringer_omroggAI : public ScriptedAI { boss_warbringer_omroggAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp b/src/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp index 6ba91566aba..5c7ce1d1aef 100644 --- a/src/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp +++ b/src/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp @@ -48,7 +48,7 @@ float AssassEntrance[3] = {275.136,-84.29,2.3}; // y -8 float AssassExit[3] = {184.233,-84.29,2.3}; // y -8 float AddsEntrance[3] = {306.036,-84.29,1.93}; -struct TRINITY_DLL_DECL boss_warchief_kargath_bladefistAI : public ScriptedAI +struct boss_warchief_kargath_bladefistAI : public ScriptedAI { boss_warchief_kargath_bladefistAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp b/src/scripts/outland/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp index c73af338d3a..8dbc56877ca 100644 --- a/src/scripts/outland/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp +++ b/src/scripts/outland/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp @@ -28,7 +28,7 @@ EndScriptData */ #define DOOR_NETHEKURSE 1 -struct TRINITY_DLL_DECL instance_shattered_halls : public ScriptedInstance +struct instance_shattered_halls : public ScriptedInstance { instance_shattered_halls(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/hellfire_peninsula.cpp b/src/scripts/outland/hellfire_peninsula.cpp index cc75b76a63a..cc7e0f675f7 100644 --- a/src/scripts/outland/hellfire_peninsula.cpp +++ b/src/scripts/outland/hellfire_peninsula.cpp @@ -52,7 +52,7 @@ enum eAeranas C_AERANAS = 17085 }; -struct TRINITY_DLL_DECL npc_aeranasAI : public ScriptedAI +struct npc_aeranasAI : public ScriptedAI { npc_aeranasAI(Creature* c) : ScriptedAI(c) {} @@ -133,7 +133,7 @@ enum eAncestralWolf NPC_RYGA = 17123 }; -struct TRINITY_DLL_DECL npc_ancestral_wolfAI : public npc_escortAI +struct npc_ancestral_wolfAI : public npc_escortAI { npc_ancestral_wolfAI(Creature* pCreature) : npc_escortAI(pCreature) { @@ -333,7 +333,7 @@ enum eWoundedBloodElf QUEST_ROAD_TO_FALCON_WATCH = 9375 }; -struct TRINITY_DLL_DECL npc_wounded_blood_elfAI : public npc_escortAI +struct npc_wounded_blood_elfAI : public npc_escortAI { npc_wounded_blood_elfAI(Creature *c) : npc_escortAI(c) {} 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) {} 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) {} diff --git a/src/scripts/outland/shadowmoon_valley.cpp b/src/scripts/outland/shadowmoon_valley.cpp index 0942f897cc6..2a9386606d5 100644 --- a/src/scripts/outland/shadowmoon_valley.cpp +++ b/src/scripts/outland/shadowmoon_valley.cpp @@ -61,7 +61,7 @@ enum eMatureNetherwing NPC_EVENT_PINGER = 22131 }; -struct TRINITY_DLL_DECL mob_mature_netherwing_drakeAI : public ScriptedAI +struct mob_mature_netherwing_drakeAI : public ScriptedAI { mob_mature_netherwing_drakeAI(Creature* c) : ScriptedAI(c) { } @@ -186,7 +186,7 @@ CreatureAI* GetAI_mob_mature_netherwing_drake(Creature* pCreature) #define CREATURE_DRAGONMAW_SUBJUGATOR 21718 #define CREATURE_ESCAPE_DUMMY 22317 -struct TRINITY_DLL_DECL mob_enslaved_netherwing_drakeAI : public ScriptedAI +struct mob_enslaved_netherwing_drakeAI : public ScriptedAI { mob_enslaved_netherwing_drakeAI(Creature* c) : ScriptedAI(c) { @@ -310,7 +310,7 @@ CreatureAI* GetAI_mob_enslaved_netherwing_drake(Creature* pCreature) # mob_dragonmaw_peon #####*/ -struct TRINITY_DLL_DECL mob_dragonmaw_peonAI : public ScriptedAI +struct mob_dragonmaw_peonAI : public ScriptedAI { mob_dragonmaw_peonAI(Creature* c) : ScriptedAI(c) {} @@ -671,7 +671,7 @@ bool QuestAccept_npc_karynaku(Player* pPlayer, Creature* pCreature, Quest const* #define YARZILL_THE_MERC_SAY -1000221 -struct TRINITY_DLL_DECL npc_overlord_morghorAI : public ScriptedAI +struct npc_overlord_morghorAI : public ScriptedAI { npc_overlord_morghorAI(Creature *c) : ScriptedAI(c) {} @@ -879,7 +879,7 @@ enum eEarthmender FACTION_EARTHEN = 1726 //guessed }; -struct TRINITY_DLL_DECL npc_earthmender_wildaAI : public npc_escortAI +struct npc_earthmender_wildaAI : public npc_escortAI { npc_earthmender_wildaAI(Creature* pCreature) : npc_escortAI(pCreature) { } @@ -1123,7 +1123,7 @@ static SpawnSpells SpawnCast[]= # mob_illidari_spawn ######*/ -struct TRINITY_DLL_DECL mob_illidari_spawnAI : public ScriptedAI +struct mob_illidari_spawnAI : public ScriptedAI { mob_illidari_spawnAI(Creature* c) : ScriptedAI(c) {} @@ -1224,7 +1224,7 @@ struct TRINITY_DLL_DECL mob_illidari_spawnAI : public ScriptedAI # mob_torloth_the_magnificent #####*/ -struct TRINITY_DLL_DECL mob_torloth_the_magnificentAI : public ScriptedAI +struct mob_torloth_the_magnificentAI : public ScriptedAI { mob_torloth_the_magnificentAI(Creature* c) : ScriptedAI(c) {} @@ -1374,7 +1374,7 @@ struct TRINITY_DLL_DECL mob_torloth_the_magnificentAI : public ScriptedAI # npc_lord_illidan_stormrage #####*/ -struct TRINITY_DLL_DECL npc_lord_illidan_stormrageAI : public ScriptedAI +struct npc_lord_illidan_stormrageAI : public ScriptedAI { npc_lord_illidan_stormrageAI(Creature* c) : ScriptedAI(c) {} @@ -1659,7 +1659,7 @@ CreatureAI* GetAI_mob_torloth_the_magnificent(Creature* c) #define ENRAGED_SOUL_FRIENDLY 35 #define ENRAGED_SOUL_HOSTILE 14 -struct TRINITY_DLL_DECL npc_enraged_spiritAI : public ScriptedAI +struct npc_enraged_spiritAI : public ScriptedAI { npc_enraged_spiritAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/shattrath_city.cpp b/src/scripts/outland/shattrath_city.cpp index 0ea66f4421f..13fa4905574 100644 --- a/src/scripts/outland/shattrath_city.cpp +++ b/src/scripts/outland/shattrath_city.cpp @@ -48,7 +48,7 @@ enum eRaliq FACTION_HOSTILE_RD = 45 }; -struct TRINITY_DLL_DECL npc_raliq_the_drunkAI : public ScriptedAI +struct npc_raliq_the_drunkAI : public ScriptedAI { npc_raliq_the_drunkAI(Creature* c) : ScriptedAI(c) { @@ -114,7 +114,7 @@ bool GossipSelect_npc_raliq_the_drunk(Player* pPlayer, Creature* pCreature, uint #define SPELL_MAGNETIC_PULL 31705 -struct TRINITY_DLL_DECL npc_salsalabimAI : public ScriptedAI +struct npc_salsalabimAI : public ScriptedAI { npc_salsalabimAI(Creature* c) : ScriptedAI(c) {} @@ -275,7 +275,7 @@ bool GossipSelect_npc_zephyr(Player* pPlayer, Creature* pCreature, uint32 uiSend #define WHISP20 -1000326 #define WHISP21 -1000327 -struct TRINITY_DLL_DECL npc_kservantAI : public npc_escortAI +struct npc_kservantAI : public npc_escortAI { public: npc_kservantAI(Creature *c) : npc_escortAI(c) {} @@ -359,7 +359,7 @@ CreatureAI* GetAI_npc_kservantAI(Creature* pCreature) #define NPC_CREEPJACK 19726 #define NPC_MALONE 19725 -struct TRINITY_DLL_DECL npc_dirty_larryAI : public ScriptedAI +struct npc_dirty_larryAI : public ScriptedAI { npc_dirty_larryAI(Creature* c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp b/src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp index ec7a500dabf..d089abcfe01 100644 --- a/src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp +++ b/src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp @@ -59,7 +59,7 @@ EndContentData */ #define SPELL_FROSTBOLT 15497 #define SPELL_PYROBLAST 33975 -struct TRINITY_DLL_DECL npc_millhouse_manastormAI : public ScriptedAI +struct npc_millhouse_manastormAI : public ScriptedAI { npc_millhouse_manastormAI(Creature *c) : ScriptedAI(c) { @@ -246,7 +246,7 @@ CreatureAI* GetAI_npc_millhouse_manastorm(Creature* pCreature) #define SPELL_TARGET_OMEGA 36852 #define SPELL_BUBBLE_VISUAL 36849 -struct TRINITY_DLL_DECL npc_warden_mellicharAI : public ScriptedAI +struct npc_warden_mellicharAI : public ScriptedAI { npc_warden_mellicharAI(Creature *c) : ScriptedAI(c) { @@ -478,7 +478,7 @@ CreatureAI* GetAI_npc_warden_mellichar(Creature* pCreature) #define SPELL_VOID_ZONE_DAMAGE 36120 -struct TRINITY_DLL_DECL mob_zerekethvoidzoneAI : public ScriptedAI +struct mob_zerekethvoidzoneAI : public ScriptedAI { mob_zerekethvoidzoneAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp b/src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp index af8c949febe..60e8c7c4430 100644 --- a/src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp +++ b/src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp @@ -53,7 +53,7 @@ EndContentData */ #define SPELL_66_ILLUSION 36931 //entry 21466 #define SPELL_33_ILLUSION 36932 //entry 21467 -struct TRINITY_DLL_DECL boss_harbinger_skyrissAI : public ScriptedAI +struct boss_harbinger_skyrissAI : public ScriptedAI { boss_harbinger_skyrissAI(Creature *c) : ScriptedAI(c) { @@ -260,7 +260,7 @@ CreatureAI* GetAI_boss_harbinger_skyriss(Creature* pCreature) #define SPELL_MIND_REND_IMAGE 36929 #define H_SPELL_MIND_REND_IMAGE 39021 -struct TRINITY_DLL_DECL boss_harbinger_skyriss_illusionAI : public ScriptedAI +struct boss_harbinger_skyriss_illusionAI : public ScriptedAI { boss_harbinger_skyriss_illusionAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp b/src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp index 387fdea6bda..039ee4a913d 100644 --- a/src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp +++ b/src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp @@ -45,7 +45,7 @@ EndScriptData */ 4 - Harbinger Skyriss event, 5 sub-events */ -struct TRINITY_DLL_DECL instance_arcatraz : public ScriptedInstance +struct instance_arcatraz : public ScriptedInstance { instance_arcatraz(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp b/src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp index b00704b5c0e..67b80e0f5d4 100644 --- a/src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp +++ b/src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp @@ -41,7 +41,7 @@ EndScriptData */ #define SPELL_PLANT_BLUE 34762 #define SPELL_PLANT_RED 34763 -struct TRINITY_DLL_DECL boss_high_botanist_freywinnAI : public ScriptedAI +struct boss_high_botanist_freywinnAI : public ScriptedAI { boss_high_botanist_freywinnAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/tempest_keep/botanica/boss_laj.cpp b/src/scripts/outland/tempest_keep/botanica/boss_laj.cpp index c8c80e98a18..a3f86d77c23 100644 --- a/src/scripts/outland/tempest_keep/botanica/boss_laj.cpp +++ b/src/scripts/outland/tempest_keep/botanica/boss_laj.cpp @@ -43,7 +43,7 @@ EndScriptData */ #define MODEL_FROST 14112 #define MODEL_NATURE 14214 -struct TRINITY_DLL_DECL boss_lajAI : public ScriptedAI +struct boss_lajAI : public ScriptedAI { boss_lajAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp b/src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp index 4ecf654e2bc..8bc0408b046 100644 --- a/src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp +++ b/src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp @@ -29,7 +29,7 @@ EndScriptData */ #define SPELL_HEAL_FATHER 6262 -struct TRINITY_DLL_DECL mob_treantAI : public ScriptedAI +struct mob_treantAI : public ScriptedAI { mob_treantAI (Creature *c) : ScriptedAI(c) { @@ -104,7 +104,7 @@ float treant_pos[6][3] = {106.780159, 355.582581, -27.593357} }; -struct TRINITY_DLL_DECL boss_warp_splinterAI : public ScriptedAI +struct boss_warp_splinterAI : public ScriptedAI { boss_warp_splinterAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp b/src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp index b9a8887184a..a9c579eadf0 100644 --- a/src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp +++ b/src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp @@ -65,7 +65,7 @@ enum WaitEventType WE_SUMMON = 10 }; -struct TRINITY_DLL_DECL boss_alarAI : public ScriptedAI +struct boss_alarAI : public ScriptedAI { boss_alarAI(Creature *c) : ScriptedAI(c) { @@ -426,7 +426,7 @@ CreatureAI* GetAI_boss_alar(Creature* pCreature) return new boss_alarAI(pCreature); } -struct TRINITY_DLL_DECL mob_ember_of_alarAI : public ScriptedAI +struct mob_ember_of_alarAI : public ScriptedAI { mob_ember_of_alarAI(Creature *c) : ScriptedAI(c) { @@ -486,7 +486,7 @@ CreatureAI* GetAI_mob_ember_of_alar(Creature* pCreature) return new mob_ember_of_alarAI(pCreature); } -struct TRINITY_DLL_DECL mob_flame_patch_alarAI : public ScriptedAI +struct mob_flame_patch_alarAI : public ScriptedAI { mob_flame_patch_alarAI(Creature *c) : ScriptedAI(c) {} void Reset() {} diff --git a/src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp b/src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp index 20c39baee26..148e174bed2 100644 --- a/src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp +++ b/src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp @@ -69,7 +69,7 @@ const float PORTAL_Z = 17.005f; // x, y, z, o static float SolarianPos[4] = {432.909, -373.424, 17.9608, 1.06421}; -struct TRINITY_DLL_DECL boss_high_astromancer_solarianAI : public ScriptedAI +struct boss_high_astromancer_solarianAI : public ScriptedAI { boss_high_astromancer_solarianAI(Creature *c) : ScriptedAI(c), Summons(m_creature) { @@ -373,7 +373,7 @@ struct TRINITY_DLL_DECL boss_high_astromancer_solarianAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_solarium_priestAI : public ScriptedAI +struct mob_solarium_priestAI : public ScriptedAI { mob_solarium_priestAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp b/src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp index 68ed80f30ae..2962ede14df 100644 --- a/src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp +++ b/src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp @@ -141,7 +141,7 @@ const float afGravityPos[3] = {795.0f, 0.0f, 70.0f}; #define TIME_PHASE_3_4 180000 //Base AI for Advisors -struct TRINITY_DLL_DECL advisorbase_ai : public ScriptedAI +struct advisorbase_ai : public ScriptedAI { advisorbase_ai(Creature* pCreature) : ScriptedAI(pCreature) { @@ -267,7 +267,7 @@ struct TRINITY_DLL_DECL advisorbase_ai : public ScriptedAI }; //Kael'thas AI -struct TRINITY_DLL_DECL boss_kaelthasAI : public ScriptedAI +struct boss_kaelthasAI : public ScriptedAI { boss_kaelthasAI(Creature* pCreature) : ScriptedAI(pCreature), summons(m_creature) { @@ -966,7 +966,7 @@ struct TRINITY_DLL_DECL boss_kaelthasAI : public ScriptedAI }; //Thaladred the Darkener AI -struct TRINITY_DLL_DECL boss_thaladred_the_darkenerAI : public advisorbase_ai +struct boss_thaladred_the_darkenerAI : public advisorbase_ai { boss_thaladred_the_darkenerAI(Creature* pCreature) : advisorbase_ai(pCreature) {} @@ -1044,7 +1044,7 @@ struct TRINITY_DLL_DECL boss_thaladred_the_darkenerAI : public advisorbase_ai }; //Lord Sanguinar AI -struct TRINITY_DLL_DECL boss_lord_sanguinarAI : public advisorbase_ai +struct boss_lord_sanguinarAI : public advisorbase_ai { boss_lord_sanguinarAI(Creature* pCreature) : advisorbase_ai(pCreature) {} @@ -1097,7 +1097,7 @@ struct TRINITY_DLL_DECL boss_lord_sanguinarAI : public advisorbase_ai }; //Grand Astromancer Capernian AI -struct TRINITY_DLL_DECL boss_grand_astromancer_capernianAI : public advisorbase_ai +struct boss_grand_astromancer_capernianAI : public advisorbase_ai { boss_grand_astromancer_capernianAI(Creature* pCreature) : advisorbase_ai(pCreature) {} @@ -1220,7 +1220,7 @@ struct TRINITY_DLL_DECL boss_grand_astromancer_capernianAI : public advisorbase_ }; //Master Engineer Telonicus AI -struct TRINITY_DLL_DECL boss_master_engineer_telonicusAI : public advisorbase_ai +struct boss_master_engineer_telonicusAI : public advisorbase_ai { boss_master_engineer_telonicusAI(Creature* pCreature) : advisorbase_ai(pCreature) {} @@ -1285,7 +1285,7 @@ struct TRINITY_DLL_DECL boss_master_engineer_telonicusAI : public advisorbase_ai }; //Flame Strike AI -struct TRINITY_DLL_DECL mob_kael_flamestrikeAI : public Scripted_NoMovementAI +struct mob_kael_flamestrikeAI : public Scripted_NoMovementAI { mob_kael_flamestrikeAI(Creature* pCreature) : Scripted_NoMovementAI(pCreature) {} @@ -1331,7 +1331,7 @@ struct TRINITY_DLL_DECL mob_kael_flamestrikeAI : public Scripted_NoMovementAI }; //Phoenix AI -struct TRINITY_DLL_DECL mob_phoenix_tkAI : public ScriptedAI +struct mob_phoenix_tkAI : public ScriptedAI { mob_phoenix_tkAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -1369,7 +1369,7 @@ struct TRINITY_DLL_DECL mob_phoenix_tkAI : public ScriptedAI }; //Phoenix Egg AI -struct TRINITY_DLL_DECL mob_phoenix_egg_tkAI : public ScriptedAI +struct mob_phoenix_egg_tkAI : public ScriptedAI { mob_phoenix_egg_tkAI(Creature* pCreature) : ScriptedAI(pCreature) {} diff --git a/src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp b/src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp index ad0e12672f3..ca0f42ed5af 100644 --- a/src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp +++ b/src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp @@ -40,7 +40,7 @@ enum eEnums SPELL_BERSERK = 27680 }; -struct TRINITY_DLL_DECL boss_void_reaverAI : public ScriptedAI +struct boss_void_reaverAI : public ScriptedAI { boss_void_reaverAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp b/src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp index bff5de8b21d..31e6411f77d 100644 --- a/src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp +++ b/src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp @@ -33,7 +33,7 @@ EndScriptData */ 3 - Void Reaver event */ -struct TRINITY_DLL_DECL instance_the_eye : public ScriptedInstance +struct instance_the_eye : public ScriptedInstance { instance_the_eye(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/tempest_keep/the_eye/the_eye.cpp b/src/scripts/outland/tempest_keep/the_eye/the_eye.cpp index 35adff1d7fa..b28acec8f9d 100644 --- a/src/scripts/outland/tempest_keep/the_eye/the_eye.cpp +++ b/src/scripts/outland/tempest_keep/the_eye/the_eye.cpp @@ -31,7 +31,7 @@ EndContentData */ #define SPELL_COUNTERCHARGE 35035 #define SPELL_KNOCKAWAY 22893 -struct TRINITY_DLL_DECL mob_crystalcore_devastatorAI : public ScriptedAI +struct mob_crystalcore_devastatorAI : public ScriptedAI { mob_crystalcore_devastatorAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp b/src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp index dd2fb4b4fc9..0710c4ca1c3 100644 --- a/src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp +++ b/src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp @@ -40,7 +40,7 @@ EndScriptData */ #define SPELL_STREAM_OF_MACHINE_FLUID 35311 // Gatewatcher Iron-Hand AI -struct TRINITY_DLL_DECL boss_gatewatcher_iron_handAI : public ScriptedAI +struct boss_gatewatcher_iron_handAI : public ScriptedAI { boss_gatewatcher_iron_handAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp b/src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp index 1e779383dbc..9b201ef4348 100644 --- a/src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp +++ b/src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp @@ -41,7 +41,7 @@ EndScriptData */ #define SPELL_KNOCKBACK 37317 #define SPELL_SOLARBURN 35267 -struct TRINITY_DLL_DECL boss_nethermancer_sepethreaAI : public ScriptedAI +struct boss_nethermancer_sepethreaAI : public ScriptedAI { boss_nethermancer_sepethreaAI(Creature *c) : ScriptedAI(c) { @@ -151,7 +151,7 @@ CreatureAI* GetAI_boss_nethermancer_sepethrea(Creature* pCreature) #define H_SPELL_INFERNO 39346 #define SPELL_FIRE_TAIL 35278 -struct TRINITY_DLL_DECL mob_ragin_flamesAI : public ScriptedAI +struct mob_ragin_flamesAI : public ScriptedAI { mob_ragin_flamesAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp b/src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp index c049b3cfe28..008a3c2dc61 100644 --- a/src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp +++ b/src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp @@ -48,7 +48,7 @@ EndScriptData */ #define SPELL_DETONATION 35058 #define SPELL_ARCANE_MISSILES 35034 -struct TRINITY_DLL_DECL boss_pathaleon_the_calculatorAI : public ScriptedAI +struct boss_pathaleon_the_calculatorAI : public ScriptedAI { boss_pathaleon_the_calculatorAI(Creature *c) : ScriptedAI(c), summons(m_creature) { @@ -166,7 +166,7 @@ CreatureAI* GetAI_boss_pathaleon_the_calculator(Creature* pCreature) return new boss_pathaleon_the_calculatorAI (pCreature); } -struct TRINITY_DLL_DECL mob_nether_wraithAI : public ScriptedAI +struct mob_nether_wraithAI : public ScriptedAI { mob_nether_wraithAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp b/src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp index 794b66e1cec..608778371a9 100644 --- a/src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp +++ b/src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp @@ -26,7 +26,7 @@ EndScriptData */ #define MAX_ENCOUNTER 1 -struct TRINITY_DLL_DECL instance_mechanar : public ScriptedInstance +struct instance_mechanar : public ScriptedInstance { instance_mechanar(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/outland/terokkar_forest.cpp b/src/scripts/outland/terokkar_forest.cpp index 5d77899efb5..fa1d85b590a 100644 --- a/src/scripts/outland/terokkar_forest.cpp +++ b/src/scripts/outland/terokkar_forest.cpp @@ -47,7 +47,7 @@ EndContentData */ #define SPELL_PULVERIZE 2676 //#define SPELL_QUID9889 32174 -struct TRINITY_DLL_DECL mob_unkor_the_ruthlessAI : public ScriptedAI +struct mob_unkor_the_ruthlessAI : public ScriptedAI { mob_unkor_the_ruthlessAI(Creature* c) : ScriptedAI(c) {} @@ -147,7 +147,7 @@ CreatureAI* GetAI_mob_unkor_the_ruthless(Creature* pCreature) ## mob_infested_root_walker ######*/ -struct TRINITY_DLL_DECL mob_infested_root_walkerAI : public ScriptedAI +struct mob_infested_root_walkerAI : public ScriptedAI { mob_infested_root_walkerAI(Creature *c) : ScriptedAI(c) {} @@ -171,7 +171,7 @@ CreatureAI* GetAI_mob_infested_root_walker(Creature* pCreature) /*###### ## mob_skywing ######*/ -struct TRINITY_DLL_DECL npc_skywingAI : public npc_escortAI +struct npc_skywingAI : public npc_escortAI { public: npc_skywingAI(Creature *c) : npc_escortAI(c) {} @@ -227,7 +227,7 @@ CreatureAI* GetAI_npc_skywingAI(Creature* pCreature) ## mob_rotting_forest_rager ######*/ -struct TRINITY_DLL_DECL mob_rotting_forest_ragerAI : public ScriptedAI +struct mob_rotting_forest_ragerAI : public ScriptedAI { mob_rotting_forest_ragerAI(Creature *c) : ScriptedAI(c) {} @@ -259,7 +259,7 @@ const uint32 netherwebVictims[6] = { 18470, 16805, 21242, 18452, 22482, 21285 }; -struct TRINITY_DLL_DECL mob_netherweb_victimAI : public ScriptedAI +struct mob_netherweb_victimAI : public ScriptedAI { mob_netherweb_victimAI(Creature *c) : ScriptedAI(c) {} @@ -312,7 +312,7 @@ enum eFloon QUEST_CRACK_SKULLS = 10009 }; -struct TRINITY_DLL_DECL npc_floonAI : public ScriptedAI +struct npc_floonAI : public ScriptedAI { npc_floonAI(Creature* c) : ScriptedAI(c) { @@ -407,7 +407,7 @@ bool GossipSelect_npc_floon(Player* pPlayer, Creature* pCreature, uint32 uiSende #define GO_CAGE 182794 #define SPELL_CAT 32447 -struct TRINITY_DLL_DECL npc_isla_starmaneAI : public npc_escortAI +struct npc_isla_starmaneAI : public npc_escortAI { npc_isla_starmaneAI(Creature* c) : npc_escortAI(c) {} @@ -567,7 +567,7 @@ enum eAkuno NPC_CABAL_SKRIMISHER = 21661 }; -struct TRINITY_DLL_DECL npc_akunoAI : public npc_escortAI +struct npc_akunoAI : public npc_escortAI { npc_akunoAI(Creature *c) : npc_escortAI(c) {} diff --git a/src/scripts/outland/zangarmarsh.cpp b/src/scripts/outland/zangarmarsh.cpp index 6832ed98dc5..7cd54e303b4 100644 --- a/src/scripts/outland/zangarmarsh.cpp +++ b/src/scripts/outland/zangarmarsh.cpp @@ -129,7 +129,7 @@ enum eCooshhooosh FACTION_HOSTILE_CO = 45 }; -struct TRINITY_DLL_DECL npc_cooshcooshAI : public ScriptedAI +struct npc_cooshcooshAI : public ScriptedAI { npc_cooshcooshAI(Creature* c) : ScriptedAI(c) { @@ -278,7 +278,7 @@ enum eKayra NPC_SLAVEBINDER = 18042 }; -struct TRINITY_DLL_DECL npc_kayra_longmaneAI : public npc_escortAI +struct npc_kayra_longmaneAI : public npc_escortAI { npc_kayra_longmaneAI(Creature* c) : npc_escortAI(c) {} |
