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/northrend | |
| parent | b0b261585f4c410736548cd536642cb104cb7023 (diff) | |
A great purge of obsolete macros.
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/northrend')
107 files changed, 218 insertions, 218 deletions
diff --git a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_amanitar.cpp b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_amanitar.cpp index 8ae95c6a18c..1600f0ce248 100644 --- a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_amanitar.cpp +++ b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_amanitar.cpp @@ -49,7 +49,7 @@ enum Creatures #define NPC_POISONOUS_MUSHROOM 30435 }; -struct TRINITY_DLL_DECL boss_amanitarAI : public ScriptedAI +struct boss_amanitarAI : public ScriptedAI { boss_amanitarAI(Creature *c) : ScriptedAI(c) { @@ -158,7 +158,7 @@ struct TRINITY_DLL_DECL boss_amanitarAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_amanitar_mushroomsAI : public Scripted_NoMovementAI +struct mob_amanitar_mushroomsAI : public Scripted_NoMovementAI { mob_amanitar_mushroomsAI(Creature* c) : Scripted_NoMovementAI(c) { diff --git a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_elder_nadox.cpp b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_elder_nadox.cpp index aad211d7f89..f39ea93a11e 100644 --- a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_elder_nadox.cpp +++ b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_elder_nadox.cpp @@ -53,7 +53,7 @@ bool DeadAhnkaharGuardian; // needed for achievement: Respect Your Elders(2038) #define EMOTE_HATCHES "An Ahn'kahar Guardian hatches!" -struct TRINITY_DLL_DECL boss_elder_nadoxAI : public ScriptedAI +struct boss_elder_nadoxAI : public ScriptedAI { boss_elder_nadoxAI(Creature *c) : ScriptedAI(c) { @@ -188,7 +188,7 @@ CreatureAI* GetAI_boss_elder_nadox(Creature* pCreature) #define SPELL_SPRINT 56354 -struct TRINITY_DLL_DECL mob_ahnkahar_nerubianAI : public ScriptedAI +struct mob_ahnkahar_nerubianAI : public ScriptedAI { mob_ahnkahar_nerubianAI(Creature *c) : ScriptedAI(c) { @@ -240,7 +240,7 @@ struct TRINITY_DLL_DECL mob_ahnkahar_nerubianAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_nadox_eggsAI : public Scripted_NoMovementAI +struct mob_nadox_eggsAI : public Scripted_NoMovementAI { mob_nadox_eggsAI(Creature* c) : Scripted_NoMovementAI(c) { diff --git a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_herald_volazj.cpp b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_herald_volazj.cpp index ab2c23fd955..4f3957c7565 100644 --- a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_herald_volazj.cpp +++ b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_herald_volazj.cpp @@ -59,7 +59,7 @@ enum Achievements ACHIEVEMENT_QUICK_DEMISE = 1862 }; -struct TRINITY_DLL_DECL boss_volazjAI : public ScriptedAI +struct boss_volazjAI : public ScriptedAI { boss_volazjAI(Creature* pCreature) : ScriptedAI(pCreature),Summons(m_creature) { diff --git a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_jedoga_shadowseeker.cpp b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_jedoga_shadowseeker.cpp index 76f9e32a007..d0b009f5e25 100644 --- a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_jedoga_shadowseeker.cpp +++ b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_jedoga_shadowseeker.cpp @@ -63,7 +63,7 @@ float JEDOGA_POS[2][4] = {372.330994f, -705.278015f, -16.179716f, 5.427970f} }; -struct TRINITY_DLL_DECL boss_jedoga_shadowseekerAI : public ScriptedAI +struct boss_jedoga_shadowseekerAI : public ScriptedAI { boss_jedoga_shadowseekerAI(Creature* c) : ScriptedAI(c) { @@ -333,7 +333,7 @@ struct TRINITY_DLL_DECL boss_jedoga_shadowseekerAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_jedoga_initiandAI : public ScriptedAI +struct mob_jedoga_initiandAI : public ScriptedAI { mob_jedoga_initiandAI(Creature* c) : ScriptedAI(c) { @@ -487,7 +487,7 @@ enum AufseherSpell SPELL_BEAM_VISUAL_JEDOGAS_AUFSEHER_2 = 56312 }; -struct TRINITY_DLL_DECL npc_jedogas_aufseher_triggerAI : public Scripted_NoMovementAI +struct npc_jedogas_aufseher_triggerAI : public Scripted_NoMovementAI { npc_jedogas_aufseher_triggerAI(Creature* c) : Scripted_NoMovementAI(c) { diff --git a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_prince_taldaram.cpp b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_prince_taldaram.cpp index 3bc5c8e8ba9..cea11171861 100644 --- a/src/scripts/northrend/azjol_nerub/ahnkahet/boss_prince_taldaram.cpp +++ b/src/scripts/northrend/azjol_nerub/ahnkahet/boss_prince_taldaram.cpp @@ -79,7 +79,7 @@ enum CombatPhase FEEDING }; -struct TRINITY_DLL_DECL boss_taldaramAI : public ScriptedAI +struct boss_taldaramAI : public ScriptedAI { boss_taldaramAI(Creature *c) : ScriptedAI(c) { @@ -325,7 +325,7 @@ struct TRINITY_DLL_DECL boss_taldaramAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_taldaram_flamesphereAI : public ScriptedAI +struct mob_taldaram_flamesphereAI : public ScriptedAI { mob_taldaram_flamesphereAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/azjol_nerub/ahnkahet/instance_ahnkahet.cpp b/src/scripts/northrend/azjol_nerub/ahnkahet/instance_ahnkahet.cpp index e4cc5d2e422..a89121f031d 100644 --- a/src/scripts/northrend/azjol_nerub/ahnkahet/instance_ahnkahet.cpp +++ b/src/scripts/northrend/azjol_nerub/ahnkahet/instance_ahnkahet.cpp @@ -39,7 +39,7 @@ EndScriptData */ 4 - Amanitar (Heroic only) */ -struct TRINITY_DLL_DECL instance_ahnkahet : public ScriptedInstance +struct instance_ahnkahet : public ScriptedInstance { instance_ahnkahet(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_anubarak.cpp b/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_anubarak.cpp index 81d8a6daae9..ba17d5c228f 100644 --- a/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_anubarak.cpp +++ b/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_anubarak.cpp @@ -72,7 +72,7 @@ float SpawnPoint[2][2] = {551.1, 229.4}, }; -struct TRINITY_DLL_DECL boss_anub_arakAI : public ScriptedAI +struct boss_anub_arakAI : public ScriptedAI { boss_anub_arakAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_hadronox.cpp b/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_hadronox.cpp index 1a290b8e7df..c0dc08b7fe2 100644 --- a/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_hadronox.cpp +++ b/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_hadronox.cpp @@ -50,7 +50,7 @@ This is the timed gauntlet - waves of non-elite spiders #define SPELL_LEECH_POISON_H 59417 #define SPELL_WEB_GRAB_H 59421 -struct TRINITY_DLL_DECL boss_hadronoxAI : public ScriptedAI +struct boss_hadronoxAI : public ScriptedAI { boss_hadronoxAI(Creature* c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_krikthir_the_gatewatcher.cpp b/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_krikthir_the_gatewatcher.cpp index cb50470a2a0..dda95f0005d 100644 --- a/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_krikthir_the_gatewatcher.cpp +++ b/src/scripts/northrend/azjol_nerub/azjol_nerub/boss_krikthir_the_gatewatcher.cpp @@ -95,7 +95,7 @@ enum Misc { ACHIEVEMENT_WATCH_HIM_DIE = 1296 }; -struct TRINITY_DLL_DECL boss_krik_thirAI : public ScriptedAI +struct boss_krik_thirAI : public ScriptedAI { boss_krik_thirAI(Creature *c) : ScriptedAI(c) { @@ -218,7 +218,7 @@ struct TRINITY_DLL_DECL boss_krik_thirAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL npc_skittering_infectorAI : public ScriptedAI +struct npc_skittering_infectorAI : public ScriptedAI { npc_skittering_infectorAI(Creature *c) : ScriptedAI(c) {} @@ -230,7 +230,7 @@ struct TRINITY_DLL_DECL npc_skittering_infectorAI : public ScriptedAI }; -struct TRINITY_DLL_DECL npc_anub_ar_skirmisherAI : public ScriptedAI +struct npc_anub_ar_skirmisherAI : public ScriptedAI { npc_anub_ar_skirmisherAI(Creature *c) : ScriptedAI(c) {} @@ -271,7 +271,7 @@ struct TRINITY_DLL_DECL npc_anub_ar_skirmisherAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL npc_anub_ar_shadowcasterAI : public ScriptedAI +struct npc_anub_ar_shadowcasterAI : public ScriptedAI { npc_anub_ar_shadowcasterAI(Creature *c) : ScriptedAI(c) {} @@ -306,7 +306,7 @@ struct TRINITY_DLL_DECL npc_anub_ar_shadowcasterAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL npc_anub_ar_warriorAI : public ScriptedAI +struct npc_anub_ar_warriorAI : public ScriptedAI { npc_anub_ar_warriorAI(Creature *c) : ScriptedAI(c){} @@ -342,7 +342,7 @@ struct TRINITY_DLL_DECL npc_anub_ar_warriorAI : public ScriptedAI }; -struct TRINITY_DLL_DECL npc_watcher_gashraAI : public ScriptedAI +struct npc_watcher_gashraAI : public ScriptedAI { npc_watcher_gashraAI(Creature *c) : ScriptedAI(c) {} @@ -382,7 +382,7 @@ struct TRINITY_DLL_DECL npc_watcher_gashraAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL npc_watcher_narjilAI : public ScriptedAI +struct npc_watcher_narjilAI : public ScriptedAI { npc_watcher_narjilAI(Creature *c) : ScriptedAI(c) {} @@ -425,7 +425,7 @@ struct TRINITY_DLL_DECL npc_watcher_narjilAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL npc_watcher_silthikAI : public ScriptedAI +struct npc_watcher_silthikAI : public ScriptedAI { npc_watcher_silthikAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/northrend/azjol_nerub/azjol_nerub/instance_azjol_nerub.cpp b/src/scripts/northrend/azjol_nerub/azjol_nerub/instance_azjol_nerub.cpp index 0de63148a08..8f80d0cc4d0 100644 --- a/src/scripts/northrend/azjol_nerub/azjol_nerub/instance_azjol_nerub.cpp +++ b/src/scripts/northrend/azjol_nerub/azjol_nerub/instance_azjol_nerub.cpp @@ -34,7 +34,7 @@ EndScriptData */ 2 - Anub'arak */ -struct TRINITY_DLL_DECL instance_azjol_nerub : public ScriptedInstance +struct instance_azjol_nerub : public ScriptedInstance { instance_azjol_nerub(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/borean_tundra.cpp b/src/scripts/northrend/borean_tundra.cpp index 48a0c8c354b..4622877c9fe 100644 --- a/src/scripts/northrend/borean_tundra.cpp +++ b/src/scripts/northrend/borean_tundra.cpp @@ -203,7 +203,7 @@ enum eSinkhole SPELL_SUMMON_WORM = 46800, }; -struct TRINITY_DLL_DECL npc_sinkhole_kill_creditAI : public ScriptedAI +struct npc_sinkhole_kill_creditAI : public ScriptedAI { npc_sinkhole_kill_creditAI(Creature* c) : ScriptedAI(c){} @@ -307,7 +307,7 @@ CreatureAI* GetAI_npc_sinkhole_kill_credit(Creature* pCreature) ## npc_khunok_the_behemoth ######*/ -struct TRINITY_DLL_DECL npc_khunok_the_behemothAI : public ScriptedAI +struct npc_khunok_the_behemothAI : public ScriptedAI { npc_khunok_the_behemothAI(Creature *c) : ScriptedAI(c) {} @@ -458,7 +458,7 @@ const uint32 nerubarVictims[3] = { 45526, 45527, 45514 }; -struct TRINITY_DLL_DECL mob_nerubar_victimAI : public ScriptedAI +struct mob_nerubar_victimAI : public ScriptedAI { mob_nerubar_victimAI(Creature *c) : ScriptedAI(c) {} @@ -497,7 +497,7 @@ enum eScourgePrisoner GO_SCOURGE_CAGE = 187867 }; -struct TRINITY_DLL_DECL npc_scourge_prisonerAI : public ScriptedAI +struct npc_scourge_prisonerAI : public ScriptedAI { npc_scourge_prisonerAI(Creature* pCreature) : ScriptedAI (pCreature){} @@ -531,7 +531,7 @@ enum eJenny SPELL_DROP_CRATE = 46342 }; -struct TRINITY_DLL_DECL npc_jennyAI : public ScriptedAI +struct npc_jennyAI : public ScriptedAI { npc_jennyAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -586,7 +586,7 @@ CreatureAI* GetAI_npc_jenny(Creature *pCreature) ## npc_fezzix_geartwist ######*/ -struct TRINITY_DLL_DECL npc_fezzix_geartwistAI : public ScriptedAI +struct npc_fezzix_geartwistAI : public ScriptedAI { npc_fezzix_geartwistAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -649,7 +649,7 @@ enum eNesingwaryTrapper //#define SAY_NESINGWARY_1 -1571008 -struct TRINITY_DLL_DECL npc_nesingwary_trapperAI : public ScriptedAI +struct npc_nesingwary_trapperAI : public ScriptedAI { npc_nesingwary_trapperAI(Creature *c) : ScriptedAI(c) { c->SetVisibility(VISIBILITY_OFF); } @@ -775,7 +775,7 @@ enum eLurgglbr #define SAY_WP_41_LUR_START -1571006 #define SAY_WP_41_LUR_END -1571007*/ -struct TRINITY_DLL_DECL npc_lurgglbrAI : public npc_escortAI +struct npc_lurgglbrAI : public npc_escortAI { npc_lurgglbrAI(Creature* pCreature) : npc_escortAI(pCreature){} @@ -914,7 +914,7 @@ enum eNexusDrakeHatchling QUEST_DRAKE_HUNT_D = 11940 }; -struct TRINITY_DLL_DECL npc_nexus_drake_hatchlingAI : public FollowerAI //The spell who makes the npc follow the player is missing, also we can use FollowerAI! +struct npc_nexus_drake_hatchlingAI : public FollowerAI //The spell who makes the npc follow the player is missing, also we can use FollowerAI! { npc_nexus_drake_hatchlingAI(Creature *c) : FollowerAI(c) { @@ -1036,7 +1036,7 @@ enum eThassarian #define GOSSIP_ITEM_T "Let's do this, Thassarian. It's now or never." -struct TRINITY_DLL_DECL npc_thassarianAI : public npc_escortAI +struct npc_thassarianAI : public npc_escortAI { npc_thassarianAI(Creature* pCreature) : npc_escortAI(pCreature) { @@ -1328,7 +1328,7 @@ CreatureAI* GetAI_npc_thassarian(Creature *pCreature) ## npc_image_lich_king ######*/ -struct TRINITY_DLL_DECL npc_image_lich_kingAI : public ScriptedAI +struct npc_image_lich_kingAI : public ScriptedAI { npc_image_lich_kingAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -1357,7 +1357,7 @@ CreatureAI* GetAI_npc_image_lich_king(Creature* pCreature) ## npc_general_arlos ######*/ -struct TRINITY_DLL_DECL npc_general_arlosAI : public ScriptedAI +struct npc_general_arlosAI : public ScriptedAI { npc_general_arlosAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -1389,7 +1389,7 @@ enum eCounselotTalbot SPELL_SOUL_BLAST = 50992, }; -struct TRINITY_DLL_DECL npc_counselor_talbotAI : public ScriptedAI +struct npc_counselor_talbotAI : public ScriptedAI { npc_counselor_talbotAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -1490,7 +1490,7 @@ CreatureAI* GetAI_npc_counselor_talbot(Creature* pCreature) ## npc_leryssa ######*/ -struct TRINITY_DLL_DECL npc_leryssaAI : public ScriptedAI +struct npc_leryssaAI : public ScriptedAI { npc_leryssaAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -1619,7 +1619,7 @@ enum eBerylSorcerer SPELL_COSMETIC_ENSLAVE_CHAINS_SELF = 45631 }; -struct TRINITY_DLL_DECL npc_beryl_sorcererAI : public FollowerAI +struct npc_beryl_sorcererAI : public FollowerAI { npc_beryl_sorcererAI(Creature* pCreature) : FollowerAI(pCreature) {} @@ -1696,7 +1696,7 @@ enum eImprisionedBerylSorcerer SAY_IMPRISIONED_BERYL_7 = -1571030, }; -struct TRINITY_DLL_DECL npc_imprisoned_beryl_sorcererAI : public ScriptedAI +struct npc_imprisoned_beryl_sorcererAI : public ScriptedAI { npc_imprisoned_beryl_sorcererAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -1846,7 +1846,7 @@ bool QuestAccept_npc_mootoo_the_younger(Player* pPlayer, Creature* pCreature, Qu } return true; } -struct TRINITY_DLL_DECL npc_mootoo_the_youngerAI : public npc_escortAI +struct npc_mootoo_the_youngerAI : public npc_escortAI { npc_mootoo_the_youngerAI(Creature *c) : npc_escortAI(c) {} @@ -1931,7 +1931,7 @@ bool QuestAccept_npc_bonker_togglevolt(Player* pPlayer, Creature* pCreature, Que } return true; } -struct TRINITY_DLL_DECL npc_bonker_togglevoltAI : public npc_escortAI +struct npc_bonker_togglevoltAI : public npc_escortAI { npc_bonker_togglevoltAI(Creature *c) : npc_escortAI(c) {} uint32 Bonker_agro; diff --git a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_argent_challenge.cpp b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_argent_challenge.cpp index 5709150b70e..5d2f8323b45 100644 --- a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_argent_challenge.cpp +++ b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_argent_challenge.cpp @@ -57,7 +57,7 @@ enum eSpells SPELL_WAKING_NIGHTMARE_H = 67677 }; -struct TRINITY_DLL_DECL boss_eadricAI : public ScriptedAI +struct boss_eadricAI : public ScriptedAI { boss_eadricAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -156,7 +156,7 @@ CreatureAI* GetAI_boss_eadric(Creature* pCreature) return new boss_eadricAI(pCreature); } -struct TRINITY_DLL_DECL boss_paletressAI : public ScriptedAI +struct boss_paletressAI : public ScriptedAI { boss_paletressAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -306,7 +306,7 @@ CreatureAI* GetAI_boss_paletress(Creature* pCreature) return new boss_paletressAI(pCreature); } -struct TRINITY_DLL_DECL npc_memoryAI : public ScriptedAI +struct npc_memoryAI : public ScriptedAI { npc_memoryAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -374,7 +374,7 @@ CreatureAI* GetAI_npc_memory(Creature* pCreature) } // THIS AI NEEDS MORE IMPROVEMENTS -struct TRINITY_DLL_DECL npc_argent_soldierAI : public npc_escortAI +struct npc_argent_soldierAI : public npc_escortAI { npc_argent_soldierAI(Creature* pCreature) : npc_escortAI(pCreature) { diff --git a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_black_knight.cpp b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_black_knight.cpp index 122e4430707..4085605facb 100644 --- a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_black_knight.cpp +++ b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_black_knight.cpp @@ -72,7 +72,7 @@ enum ePhases PHASE_GHOST = 3 }; -struct TRINITY_DLL_DECL boss_black_knightAI : public ScriptedAI +struct boss_black_knightAI : public ScriptedAI { boss_black_knightAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -290,7 +290,7 @@ CreatureAI* GetAI_boss_black_knight(Creature *pCreature) return new boss_black_knightAI (pCreature); } -struct TRINITY_DLL_DECL npc_risen_ghoulAI : public ScriptedAI +struct npc_risen_ghoulAI : public ScriptedAI { npc_risen_ghoulAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -325,7 +325,7 @@ CreatureAI* GetAI_npc_risen_ghoul(Creature* pCreature) return new npc_risen_ghoulAI(pCreature); } -struct TRINITY_DLL_DECL npc_black_knight_skeletal_gryphonAI : public npc_escortAI +struct npc_black_knight_skeletal_gryphonAI : public npc_escortAI { npc_black_knight_skeletal_gryphonAI(Creature* pCreature) : npc_escortAI(pCreature) { diff --git a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp index 7e4161090d3..9d745c8775a 100644 --- a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp +++ b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp @@ -141,7 +141,7 @@ bool GrandChampionsOutVehicle(Creature* m_creature) * Script Complete: 25%. * */ -struct TRINITY_DLL_DECL generic_vehicleAI_toc5AI : public npc_escortAI +struct generic_vehicleAI_toc5AI : public npc_escortAI { generic_vehicleAI_toc5AI(Creature* pCreature) : npc_escortAI(pCreature), pVehicle(pCreature->GetVehicleKit()) { @@ -290,7 +290,7 @@ CreatureAI* GetAI_generic_vehicleAI_toc5(Creature* pCreature) } // Marshal Jacob Alerius && Mokra the Skullcrusher || Warrior -struct TRINITY_DLL_DECL boss_warrior_toc5AI : public ScriptedAI +struct boss_warrior_toc5AI : public ScriptedAI { boss_warrior_toc5AI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -417,7 +417,7 @@ CreatureAI* GetAI_boss_warrior_toc5(Creature* pCreature) } // Ambrose Boltspark && Eressea Dawnsinger || Mage -struct TRINITY_DLL_DECL boss_mage_toc5AI : public ScriptedAI +struct boss_mage_toc5AI : public ScriptedAI { boss_mage_toc5AI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -551,7 +551,7 @@ CreatureAI* GetAI_boss_mage_toc5(Creature* pCreature) } // Colosos && Runok Wildmane || Shaman -struct TRINITY_DLL_DECL boss_shaman_toc5AI : public ScriptedAI +struct boss_shaman_toc5AI : public ScriptedAI { boss_shaman_toc5AI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -692,7 +692,7 @@ CreatureAI* GetAI_boss_shaman_toc5(Creature* pCreature) } // Jaelyne Evensong && Zul'tore || Hunter -struct TRINITY_DLL_DECL boss_hunter_toc5AI : public ScriptedAI +struct boss_hunter_toc5AI : public ScriptedAI { boss_hunter_toc5AI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -841,7 +841,7 @@ CreatureAI* GetAI_boss_hunter_toc5(Creature* pCreature) } // Lana Stouthammer Evensong && Deathstalker Visceri || Rouge -struct TRINITY_DLL_DECL boss_rouge_toc5AI : public ScriptedAI +struct boss_rouge_toc5AI : public ScriptedAI { boss_rouge_toc5AI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/instance_trial_of_the_champion.cpp b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/instance_trial_of_the_champion.cpp index 7b921c27d0e..01cdbc7b083 100644 --- a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/instance_trial_of_the_champion.cpp +++ b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/instance_trial_of_the_champion.cpp @@ -28,7 +28,7 @@ EndScriptData */ #define MAX_ENCOUNTER 4 -struct TRINITY_DLL_DECL instance_trial_of_the_champion : public ScriptedInstance +struct instance_trial_of_the_champion : public ScriptedInstance { instance_trial_of_the_champion(Map* pMap) : ScriptedInstance(pMap) {Initialize();} diff --git a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/trial_of_the_champion.cpp b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/trial_of_the_champion.cpp index 43122c9d6b9..e24fea2cd0c 100644 --- a/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/trial_of_the_champion.cpp +++ b/src/scripts/northrend/crusaders_coliseum/trial_of_the_champion/trial_of_the_champion.cpp @@ -42,7 +42,7 @@ EndContentData */ const Position SpawnPosition = {746.261,657.401,411.681,4.65}; -struct TRINITY_DLL_DECL npc_announcer_toc5AI : public ScriptedAI +struct npc_announcer_toc5AI : public ScriptedAI { npc_announcer_toc5AI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/dalaran.cpp b/src/scripts/northrend/dalaran.cpp index 7be06f33ed0..a5cfc6c84d4 100644 --- a/src/scripts/northrend/dalaran.cpp +++ b/src/scripts/northrend/dalaran.cpp @@ -42,7 +42,7 @@ enum NPCs // All outdoor guards are within 35.0f of these NPCs NPC_SWEETBERRY_H = 29715, }; -struct TRINITY_DLL_DECL npc_mageguard_dalaranAI : public Scripted_NoMovementAI +struct npc_mageguard_dalaranAI : public Scripted_NoMovementAI { npc_mageguard_dalaranAI(Creature* pCreature) : Scripted_NoMovementAI(pCreature) { diff --git a/src/scripts/northrend/draktharon_keep/boss_dred.cpp b/src/scripts/northrend/draktharon_keep/boss_dred.cpp index d61c69f6b05..60ab85ea1c2 100644 --- a/src/scripts/northrend/draktharon_keep/boss_dred.cpp +++ b/src/scripts/northrend/draktharon_keep/boss_dred.cpp @@ -51,7 +51,7 @@ enum Creatures NPC_RAPTOR_2 = 26628 }; -struct TRINITY_DLL_DECL boss_dredAI : public ScriptedAI +struct boss_dredAI : public ScriptedAI { boss_dredAI(Creature *c) : ScriptedAI(c) { @@ -157,7 +157,7 @@ CreatureAI* GetAI_boss_dred(Creature* pCreature) return new boss_dredAI (pCreature); } -struct TRINITY_DLL_DECL npc_drakkari_gutripperAI : public ScriptedAI +struct npc_drakkari_gutripperAI : public ScriptedAI { npc_drakkari_gutripperAI(Creature *c) : ScriptedAI(c) { @@ -205,7 +205,7 @@ CreatureAI* GetAI_npc_drakkari_gutripper(Creature* pCreature) return new npc_drakkari_gutripperAI (pCreature); } -struct TRINITY_DLL_DECL npc_drakkari_scytheclawAI : public ScriptedAI +struct npc_drakkari_scytheclawAI : public ScriptedAI { npc_drakkari_scytheclawAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/draktharon_keep/boss_novos.cpp b/src/scripts/northrend/draktharon_keep/boss_novos.cpp index 5838f8eefd5..17e1c022abf 100644 --- a/src/scripts/northrend/draktharon_keep/boss_novos.cpp +++ b/src/scripts/northrend/draktharon_keep/boss_novos.cpp @@ -80,7 +80,7 @@ static Location AddSpawnPoint = { -379.20, -816.76, 59.70}; static Location CrystalHandlerSpawnPoint = { -326.626343, -709.956604, 27.813314 }; static Location AddDestinyPoint = { -379.314545, -772.577637, 28.58837 }; -struct TRINITY_DLL_DECL boss_novosAI : public Scripted_NoMovementAI +struct boss_novosAI : public Scripted_NoMovementAI { boss_novosAI(Creature *c) : Scripted_NoMovementAI(c), lSummons(me) { @@ -221,7 +221,7 @@ struct TRINITY_DLL_DECL boss_novosAI : public Scripted_NoMovementAI } }; -struct TRINITY_DLL_DECL mob_crystal_handlerAI : public ScriptedAI +struct mob_crystal_handlerAI : public ScriptedAI { mob_crystal_handlerAI(Creature *c) : ScriptedAI(c) { @@ -237,7 +237,7 @@ struct TRINITY_DLL_DECL mob_crystal_handlerAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_novos_minionAI : public ScriptedAI +struct mob_novos_minionAI : public ScriptedAI { mob_novos_minionAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp b/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp index cd3d637256f..f374dc761b9 100644 --- a/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp +++ b/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp @@ -85,7 +85,7 @@ enum CombatPhase GOING_SKELETAL }; -struct TRINITY_DLL_DECL boss_tharon_jaAI : public ScriptedAI +struct boss_tharon_jaAI : public ScriptedAI { boss_tharon_jaAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/draktharon_keep/boss_trollgore.cpp b/src/scripts/northrend/draktharon_keep/boss_trollgore.cpp index c5ebd62d7ea..00f72318ba1 100644 --- a/src/scripts/northrend/draktharon_keep/boss_trollgore.cpp +++ b/src/scripts/northrend/draktharon_keep/boss_trollgore.cpp @@ -63,7 +63,7 @@ enum Creatures Position AddSpawnPoint = { -260.493011, -622.968018, 26.605301, 3.036870 }; -struct TRINITY_DLL_DECL boss_trollgoreAI : public ScriptedAI +struct boss_trollgoreAI : public ScriptedAI { boss_trollgoreAI(Creature *c) : ScriptedAI(c), lSummons(me) { diff --git a/src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp b/src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp index 24f793e3c23..16dc14bd815 100644 --- a/src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp +++ b/src/scripts/northrend/draktharon_keep/instance_drak_tharon_keep.cpp @@ -43,7 +43,7 @@ enum GameObjects GO_NOVOS_CRYSTAL_4 = 189302 }; -struct TRINITY_DLL_DECL instance_drak_tharon : public ScriptedInstance +struct instance_drak_tharon : public ScriptedInstance { instance_drak_tharon(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/gundrak/boss_drakkari_colossus.cpp b/src/scripts/northrend/gundrak/boss_drakkari_colossus.cpp index 6f543148f5f..d81ac963706 100644 --- a/src/scripts/northrend/gundrak/boss_drakkari_colossus.cpp +++ b/src/scripts/northrend/gundrak/boss_drakkari_colossus.cpp @@ -45,7 +45,7 @@ enum Spells H_SPELL_MOJO_WAVE = 58993 }; -struct TRINITY_DLL_DECL boss_drakkari_colossusAI : public ScriptedAI +struct boss_drakkari_colossusAI : public ScriptedAI { boss_drakkari_colossusAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -145,7 +145,7 @@ struct TRINITY_DLL_DECL boss_drakkari_colossusAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_drakkari_elementalAI : public ScriptedAI +struct boss_drakkari_elementalAI : public ScriptedAI { boss_drakkari_elementalAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -218,7 +218,7 @@ struct TRINITY_DLL_DECL boss_drakkari_elementalAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL npc_living_mojoAI : public ScriptedAI +struct npc_living_mojoAI : public ScriptedAI { npc_living_mojoAI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/gundrak/boss_eck.cpp b/src/scripts/northrend/gundrak/boss_eck.cpp index b11c0351cd3..a80ed238e20 100644 --- a/src/scripts/northrend/gundrak/boss_eck.cpp +++ b/src/scripts/northrend/gundrak/boss_eck.cpp @@ -20,7 +20,7 @@ enum Spells SPELL_ECK_SPRING_1 = 55815, //Eck leaps at a distant target. --> Drops aggro and charges a random player. Tank can simply taunt him back. SPELL_ECK_SPRING_2 = 55837 //Eck leaps at a distant target. }; -struct TRINITY_DLL_DECL boss_eckAI : public ScriptedAI +struct boss_eckAI : public ScriptedAI { boss_eckAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/gundrak/boss_gal_darah.cpp b/src/scripts/northrend/gundrak/boss_gal_darah.cpp index 53a53a6cc72..eefd3b9c105 100644 --- a/src/scripts/northrend/gundrak/boss_gal_darah.cpp +++ b/src/scripts/northrend/gundrak/boss_gal_darah.cpp @@ -57,7 +57,7 @@ enum CombatPhase RHINO }; -struct TRINITY_DLL_DECL boss_gal_darahAI : public ScriptedAI +struct boss_gal_darahAI : public ScriptedAI { boss_gal_darahAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/gundrak/boss_moorabi.cpp b/src/scripts/northrend/gundrak/boss_moorabi.cpp index 66efcea123b..05a2da0e292 100644 --- a/src/scripts/northrend/gundrak/boss_moorabi.cpp +++ b/src/scripts/northrend/gundrak/boss_moorabi.cpp @@ -41,7 +41,7 @@ enum eSays EMOTE_TRANSFORM = -1604017 }; -struct TRINITY_DLL_DECL boss_moorabiAI : public ScriptedAI +struct boss_moorabiAI : public ScriptedAI { boss_moorabiAI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/gundrak/boss_slad_ran.cpp b/src/scripts/northrend/gundrak/boss_slad_ran.cpp index 663b3fb0805..b97f15706ca 100644 --- a/src/scripts/northrend/gundrak/boss_slad_ran.cpp +++ b/src/scripts/northrend/gundrak/boss_slad_ran.cpp @@ -65,7 +65,7 @@ static Locations SpawnLoc[]= {1716.76, 635.159, 129.282, 0.191986} }; -struct TRINITY_DLL_DECL boss_slad_ranAI : public ScriptedAI +struct boss_slad_ranAI : public ScriptedAI { boss_slad_ranAI(Creature *c) : ScriptedAI(c) { @@ -173,7 +173,7 @@ struct TRINITY_DLL_DECL boss_slad_ranAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_slad_ran_constrictorAI : public ScriptedAI +struct mob_slad_ran_constrictorAI : public ScriptedAI { mob_slad_ran_constrictorAI(Creature *c) : ScriptedAI(c) {} @@ -198,7 +198,7 @@ struct TRINITY_DLL_DECL mob_slad_ran_constrictorAI : public ScriptedAI ScriptedInstance* pInstance; }; -struct TRINITY_DLL_DECL mob_slad_ran_viperAI : public ScriptedAI +struct mob_slad_ran_viperAI : public ScriptedAI { mob_slad_ran_viperAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/northrend/gundrak/instance_gundrak.cpp b/src/scripts/northrend/gundrak/instance_gundrak.cpp index dfd2ebcb5a7..8fbed4ccd26 100644 --- a/src/scripts/northrend/gundrak/instance_gundrak.cpp +++ b/src/scripts/northrend/gundrak/instance_gundrak.cpp @@ -11,7 +11,7 @@ 4 - Eck the Ferocious */ -struct TRINITY_DLL_DECL instance_gundrak : public ScriptedInstance +struct instance_gundrak : public ScriptedInstance { instance_gundrak(Map* pMap) : ScriptedInstance(pMap) { diff --git a/src/scripts/northrend/howling_fjord.cpp b/src/scripts/northrend/howling_fjord.cpp index 1e4f78d4751..cb534aeb6f1 100644 --- a/src/scripts/northrend/howling_fjord.cpp +++ b/src/scripts/northrend/howling_fjord.cpp @@ -61,7 +61,7 @@ bool QuestAccept_npc_apothecary_hanes(Player* pPlayer, Creature* pCreature, Ques return true; } -struct TRINITY_DLL_DECL npc_Apothecary_HanesAI : public npc_escortAI +struct npc_Apothecary_HanesAI : public npc_escortAI { npc_Apothecary_HanesAI(Creature* pCreature) : npc_escortAI(pCreature){} uint32 PotTimer; @@ -154,7 +154,7 @@ enum ePlaguehound QUEST_SNIFF_OUT_ENEMY = 11253 }; -struct TRINITY_DLL_DECL npc_plaguehound_trackerAI : public npc_escortAI +struct npc_plaguehound_trackerAI : public npc_escortAI { npc_plaguehound_trackerAI(Creature* pCreature) : npc_escortAI(pCreature) { } diff --git a/src/scripts/northrend/naxxramas/boss_anubrekhan.cpp b/src/scripts/northrend/naxxramas/boss_anubrekhan.cpp index 19913ce3036..161ce894b8f 100644 --- a/src/scripts/northrend/naxxramas/boss_anubrekhan.cpp +++ b/src/scripts/northrend/naxxramas/boss_anubrekhan.cpp @@ -45,7 +45,7 @@ enum Spells SPELL_BERSERK = SPELL_BERSERK_27680, }; -struct TRINITY_DLL_DECL boss_anubrekhanAI : public BossAI +struct boss_anubrekhanAI : public BossAI { boss_anubrekhanAI(Creature *c) : BossAI(c, BOSS_ANUBREKHAN) {} diff --git a/src/scripts/northrend/naxxramas/boss_faerlina.cpp b/src/scripts/northrend/naxxramas/boss_faerlina.cpp index 1405fd09cc8..2e99c17f2e1 100644 --- a/src/scripts/northrend/naxxramas/boss_faerlina.cpp +++ b/src/scripts/northrend/naxxramas/boss_faerlina.cpp @@ -58,7 +58,7 @@ enum Achievements ACHIEVEMENT_MOMMA_SAID_KNOCK_YOU_OUT_25 = 2140 }; -struct TRINITY_DLL_DECL boss_faerlinaAI : public BossAI +struct boss_faerlinaAI : public BossAI { boss_faerlinaAI(Creature *c) : BossAI(c, BOSS_FAERLINA), greet(false) {} @@ -169,7 +169,7 @@ CreatureAI* GetAI_boss_faerlina(Creature* pCreature) return new boss_faerlinaAI (pCreature); } -struct TRINITY_DLL_DECL mob_faerlina_addAI : public ScriptedAI +struct mob_faerlina_addAI : public ScriptedAI { mob_faerlina_addAI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/naxxramas/boss_four_horsemen.cpp b/src/scripts/northrend/naxxramas/boss_four_horsemen.cpp index b3e2a9fb9bb..78277186571 100644 --- a/src/scripts/northrend/naxxramas/boss_four_horsemen.cpp +++ b/src/scripts/northrend/naxxramas/boss_four_horsemen.cpp @@ -76,7 +76,7 @@ const int32 SAY_DEATH[] = {-1533057, -1533050, -1533074, -1533064}; #define SAY_BARON_AGGRO RAND(-1533065,-1533066,-1533067) #define SAY_BARON_SLAY RAND(-1533068,-1533069) -struct TRINITY_DLL_DECL boss_four_horsemenAI : public BossAI +struct boss_four_horsemenAI : public BossAI { boss_four_horsemenAI(Creature *c) : BossAI(c, BOSS_HORSEMEN) { diff --git a/src/scripts/northrend/naxxramas/boss_gluth.cpp b/src/scripts/northrend/naxxramas/boss_gluth.cpp index 525d9fd0f65..9bdb2b925e5 100644 --- a/src/scripts/northrend/naxxramas/boss_gluth.cpp +++ b/src/scripts/northrend/naxxramas/boss_gluth.cpp @@ -44,7 +44,7 @@ enum Events #define EMOTE_NEARBY " spots a nearby zombie to devour!" -struct TRINITY_DLL_DECL boss_gluthAI : public BossAI +struct boss_gluthAI : public BossAI { boss_gluthAI(Creature *c) : BossAI(c, BOSS_GLUTH) { diff --git a/src/scripts/northrend/naxxramas/boss_gothik.cpp b/src/scripts/northrend/naxxramas/boss_gothik.cpp index 0109fcaa56a..700ea0eb6b1 100644 --- a/src/scripts/northrend/naxxramas/boss_gothik.cpp +++ b/src/scripts/northrend/naxxramas/boss_gothik.cpp @@ -133,7 +133,7 @@ struct NotOnSameSide : public std::unary_function<Unit *, bool> { } }; -struct TRINITY_DLL_DECL boss_gothikAI : public BossAI +struct boss_gothikAI : public BossAI { boss_gothikAI(Creature *c) : BossAI(c, BOSS_GOTHIK) {} @@ -429,7 +429,7 @@ struct TRINITY_DLL_DECL boss_gothikAI : public BossAI } }; -struct TRINITY_DLL_DECL mob_gothik_minionAI : public CombatAI +struct mob_gothik_minionAI : public CombatAI { mob_gothik_minionAI(Creature *c) : CombatAI(c) { diff --git a/src/scripts/northrend/naxxramas/boss_grobbulus.cpp b/src/scripts/northrend/naxxramas/boss_grobbulus.cpp index f7b0887be4e..c77131e1f42 100644 --- a/src/scripts/northrend/naxxramas/boss_grobbulus.cpp +++ b/src/scripts/northrend/naxxramas/boss_grobbulus.cpp @@ -32,7 +32,7 @@ #define MOB_FALLOUT_SLIME 16290 -struct TRINITY_DLL_DECL boss_grobbulusAI : public BossAI +struct boss_grobbulusAI : public BossAI { boss_grobbulusAI(Creature *c) : BossAI(c, BOSS_GROBBULUS) { @@ -92,7 +92,7 @@ struct TRINITY_DLL_DECL boss_grobbulusAI : public BossAI } }; -struct TRINITY_DLL_DECL npc_grobbulus_poison_cloudAI : public Scripted_NoMovementAI +struct npc_grobbulus_poison_cloudAI : public Scripted_NoMovementAI { npc_grobbulus_poison_cloudAI(Creature* pCreature) : Scripted_NoMovementAI(pCreature) { diff --git a/src/scripts/northrend/naxxramas/boss_heigan.cpp b/src/scripts/northrend/naxxramas/boss_heigan.cpp index 15b45038f63..44c3f3384c3 100644 --- a/src/scripts/northrend/naxxramas/boss_heigan.cpp +++ b/src/scripts/northrend/naxxramas/boss_heigan.cpp @@ -41,7 +41,7 @@ enum Phases PHASE_DANCE, }; -struct TRINITY_DLL_DECL boss_heiganAI : public BossAI +struct boss_heiganAI : public BossAI { boss_heiganAI(Creature *c) : BossAI(c, BOSS_HEIGAN) {} diff --git a/src/scripts/northrend/naxxramas/boss_kelthuzad.cpp b/src/scripts/northrend/naxxramas/boss_kelthuzad.cpp index 8fef3040ea2..1e1a6073d2b 100644 --- a/src/scripts/northrend/naxxramas/boss_kelthuzad.cpp +++ b/src/scripts/northrend/naxxramas/boss_kelthuzad.cpp @@ -110,7 +110,7 @@ const Position Pos[12] = {3739.500000, -5141.883989, 142.014113, 2.121412} //RIGHT_NEAR }; -struct TRINITY_DLL_DECL boss_kelthuzadAI : public BossAI +struct boss_kelthuzadAI : public BossAI { boss_kelthuzadAI(Creature* c) : BossAI(c, BOSS_KELTHUZAD) {} diff --git a/src/scripts/northrend/naxxramas/boss_loatheb.cpp b/src/scripts/northrend/naxxramas/boss_loatheb.cpp index 9bafbeda2a1..191055fb8cd 100644 --- a/src/scripts/northrend/naxxramas/boss_loatheb.cpp +++ b/src/scripts/northrend/naxxramas/boss_loatheb.cpp @@ -37,7 +37,7 @@ enum Events EVENT_DOOM, }; -struct TRINITY_DLL_DECL boss_loathebAI : public BossAI +struct boss_loathebAI : public BossAI { boss_loathebAI(Creature *c) : BossAI(c, BOSS_LOATHEB) {} @@ -91,7 +91,7 @@ enum SporeSpells SPELL_FUNGAL_CREEP = 29232 }; -struct TRINITY_DLL_DECL mob_loatheb_sporeAI : public ScriptedAI +struct mob_loatheb_sporeAI : public ScriptedAI { mob_loatheb_sporeAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/northrend/naxxramas/boss_maexxna.cpp b/src/scripts/northrend/naxxramas/boss_maexxna.cpp index 7b647b1d439..f4b3145850a 100644 --- a/src/scripts/northrend/naxxramas/boss_maexxna.cpp +++ b/src/scripts/northrend/naxxramas/boss_maexxna.cpp @@ -57,7 +57,7 @@ enum Events EVENT_FRENZY, }; -struct TRINITY_DLL_DECL boss_maexxnaAI : public BossAI +struct boss_maexxnaAI : public BossAI { boss_maexxnaAI(Creature *c) : BossAI(c, BOSS_MAEXXNA) {} @@ -136,7 +136,7 @@ struct TRINITY_DLL_DECL boss_maexxnaAI : public BossAI } }; -struct TRINITY_DLL_DECL mob_webwrapAI : public NullCreatureAI +struct mob_webwrapAI : public NullCreatureAI { mob_webwrapAI(Creature *c) : NullCreatureAI(c), victimGUID(0) {} diff --git a/src/scripts/northrend/naxxramas/boss_noth.cpp b/src/scripts/northrend/naxxramas/boss_noth.cpp index ee08e1ae51c..eb2efa13a3a 100644 --- a/src/scripts/northrend/naxxramas/boss_noth.cpp +++ b/src/scripts/northrend/naxxramas/boss_noth.cpp @@ -62,7 +62,7 @@ enum Events EVENT_GROUND, }; -struct TRINITY_DLL_DECL boss_nothAI : public BossAI +struct boss_nothAI : public BossAI { boss_nothAI(Creature *c) : BossAI(c, BOSS_NOTH) {} diff --git a/src/scripts/northrend/naxxramas/boss_patchwerk.cpp b/src/scripts/northrend/naxxramas/boss_patchwerk.cpp index 8cccbdc21a2..8663df39a53 100644 --- a/src/scripts/northrend/naxxramas/boss_patchwerk.cpp +++ b/src/scripts/northrend/naxxramas/boss_patchwerk.cpp @@ -36,7 +36,7 @@ #define ACHIEVEMENT_MAKE_QUICK_WERK_OF_HIM RAID_MODE(1856, 1857) #define MAX_ENCOUNTER_TIME 3 * 60 * 1000 -struct TRINITY_DLL_DECL boss_patchwerkAI : public BossAI +struct boss_patchwerkAI : public BossAI { boss_patchwerkAI(Creature *c) : BossAI(c, BOSS_PATCHWERK) {} diff --git a/src/scripts/northrend/naxxramas/boss_razuvious.cpp b/src/scripts/northrend/naxxramas/boss_razuvious.cpp index fa120b27779..a58bb5636db 100644 --- a/src/scripts/northrend/naxxramas/boss_razuvious.cpp +++ b/src/scripts/northrend/naxxramas/boss_razuvious.cpp @@ -53,7 +53,7 @@ enum Events EVENT_COMMAND, }; -struct TRINITY_DLL_DECL boss_razuviousAI : public BossAI +struct boss_razuviousAI : public BossAI { boss_razuviousAI(Creature *c) : BossAI(c, BOSS_RAZUVIOUS) {} diff --git a/src/scripts/northrend/naxxramas/boss_sapphiron.cpp b/src/scripts/northrend/naxxramas/boss_sapphiron.cpp index b9acce8d7f6..b754cc124ef 100644 --- a/src/scripts/northrend/naxxramas/boss_sapphiron.cpp +++ b/src/scripts/northrend/naxxramas/boss_sapphiron.cpp @@ -70,7 +70,7 @@ enum Events typedef std::map<uint64, uint64> IceBlockMap; -struct TRINITY_DLL_DECL boss_sapphironAI : public BossAI +struct boss_sapphironAI : public BossAI { boss_sapphironAI(Creature* c) : BossAI(c, BOSS_SAPPHIRON) , phase(PHASE_NULL) diff --git a/src/scripts/northrend/naxxramas/boss_thaddius.cpp b/src/scripts/northrend/naxxramas/boss_thaddius.cpp index 5e023e19ce2..37f52083815 100644 --- a/src/scripts/northrend/naxxramas/boss_thaddius.cpp +++ b/src/scripts/northrend/naxxramas/boss_thaddius.cpp @@ -95,7 +95,7 @@ enum Events EVENT_BERSERK, }; -struct TRINITY_DLL_DECL boss_thaddiusAI : public BossAI +struct boss_thaddiusAI : public BossAI { boss_thaddiusAI(Creature *c) : BossAI(c, BOSS_THADDIUS) { @@ -248,7 +248,7 @@ CreatureAI* GetAI_boss_thaddius(Creature* pCreature) return new boss_thaddiusAI (pCreature); } -struct TRINITY_DLL_DECL mob_stalaggAI : public ScriptedAI +struct mob_stalaggAI : public ScriptedAI { mob_stalaggAI(Creature *c) : ScriptedAI(c) { @@ -327,7 +327,7 @@ CreatureAI* GetAI_mob_stalagg(Creature* pCreature) return new mob_stalaggAI(pCreature); } -struct TRINITY_DLL_DECL mob_feugenAI : public ScriptedAI +struct mob_feugenAI : public ScriptedAI { mob_feugenAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/naxxramas/instance_naxxramas.cpp b/src/scripts/northrend/naxxramas/instance_naxxramas.cpp index b9bbd5d13c3..4eb62b6d26e 100644 --- a/src/scripts/northrend/naxxramas/instance_naxxramas.cpp +++ b/src/scripts/northrend/naxxramas/instance_naxxramas.cpp @@ -96,7 +96,7 @@ inline uint32 GetEruptionSection(float x, float y) return 3; } -struct TRINITY_DLL_DECL instance_naxxramas : public InstanceData +struct instance_naxxramas : public InstanceData { instance_naxxramas(Map* pMap) : InstanceData(pMap) , Sapphiron(NULL), pGothikGate(NULL), HorsemenChest(NULL), HorsemenNum(0) diff --git a/src/scripts/northrend/nexus/eye_of_eternity/boss_malygos.cpp b/src/scripts/northrend/nexus/eye_of_eternity/boss_malygos.cpp index 2f9067bf294..2f77a576650 100644 --- a/src/scripts/northrend/nexus/eye_of_eternity/boss_malygos.cpp +++ b/src/scripts/northrend/nexus/eye_of_eternity/boss_malygos.cpp @@ -83,7 +83,7 @@ After all of the NPCs riding on the disks die, the players on the disks need to #define SAY_PHASE3_SLAY_3 -1616027 #define SAY_PHASE3_BIG_ATTACK -1616028 -struct TRINITY_DLL_DECL boss_malygosAI : public ScriptedAI +struct boss_malygosAI : public ScriptedAI { boss_malygosAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/northrend/nexus/eye_of_eternity/instance_eye_of_eternity.cpp b/src/scripts/northrend/nexus/eye_of_eternity/instance_eye_of_eternity.cpp index 79a38899789..d93ec415b42 100644 --- a/src/scripts/northrend/nexus/eye_of_eternity/instance_eye_of_eternity.cpp +++ b/src/scripts/northrend/nexus/eye_of_eternity/instance_eye_of_eternity.cpp @@ -1,7 +1,7 @@ #include "ScriptedPch.h" #include "eye_of_eternity.h" -struct TRINITY_DLL_DECL instance_eye_of_eternity : public ScriptedInstance +struct instance_eye_of_eternity : public ScriptedInstance { instance_eye_of_eternity(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; }; diff --git a/src/scripts/northrend/nexus/nexus/boss_anomalus.cpp b/src/scripts/northrend/nexus/nexus/boss_anomalus.cpp index 236dd3d1067..7fe83edab7b 100644 --- a/src/scripts/northrend/nexus/nexus/boss_anomalus.cpp +++ b/src/scripts/northrend/nexus/nexus/boss_anomalus.cpp @@ -61,7 +61,7 @@ float RiftLocation[6][3]= {651.72, -297.44, -9.37} }; -struct TRINITY_DLL_DECL boss_anomalusAI : public ScriptedAI +struct boss_anomalusAI : public ScriptedAI { boss_anomalusAI(Creature *c) : ScriptedAI(c) { @@ -228,7 +228,7 @@ CreatureAI* GetAI_boss_anomalus(Creature* pCreature) return new boss_anomalusAI (pCreature); } -struct TRINITY_DLL_DECL mob_chaotic_riftAI : public Scripted_NoMovementAI +struct mob_chaotic_riftAI : public Scripted_NoMovementAI { mob_chaotic_riftAI(Creature *c) : Scripted_NoMovementAI(c) { diff --git a/src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp b/src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp index c0fd39e89d3..af51b19e553 100644 --- a/src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp +++ b/src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp @@ -49,7 +49,7 @@ enum eEnums SAY_CRYSTAL_NOVA = -1576044 }; -struct TRINITY_DLL_DECL boss_keristraszaAI : public ScriptedAI +struct boss_keristraszaAI : public ScriptedAI { boss_keristraszaAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/nexus/nexus/boss_magus_telestra.cpp b/src/scripts/northrend/nexus/nexus/boss_magus_telestra.cpp index f404ec234c7..051fe209866 100644 --- a/src/scripts/northrend/nexus/nexus/boss_magus_telestra.cpp +++ b/src/scripts/northrend/nexus/nexus/boss_magus_telestra.cpp @@ -61,7 +61,7 @@ float CenterOfRoom[1][4] = {504.80, 89.07, -16.12, 6.27} }; -struct TRINITY_DLL_DECL boss_magus_telestraAI : public ScriptedAI +struct boss_magus_telestraAI : public ScriptedAI { boss_magus_telestraAI(Creature* c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/nexus/nexus/boss_ormorok.cpp b/src/scripts/northrend/nexus/nexus/boss_ormorok.cpp index 66c9edb1eec..49bbecde614 100644 --- a/src/scripts/northrend/nexus/nexus/boss_ormorok.cpp +++ b/src/scripts/northrend/nexus/nexus/boss_ormorok.cpp @@ -53,7 +53,7 @@ enum eEnums #define SPIKE_DISTANCE 5.0f -struct TRINITY_DLL_DECL boss_ormorokAI : public ScriptedAI +struct boss_ormorokAI : public ScriptedAI { boss_ormorokAI(Creature *c) : ScriptedAI(c) { @@ -212,7 +212,7 @@ struct TRINITY_DLL_DECL boss_ormorokAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_crystal_spikeAI : public Scripted_NoMovementAI +struct mob_crystal_spikeAI : public Scripted_NoMovementAI { mob_crystal_spikeAI(Creature *c) : Scripted_NoMovementAI(c) { @@ -247,7 +247,7 @@ struct TRINITY_DLL_DECL mob_crystal_spikeAI : public Scripted_NoMovementAI } }; -struct TRINITY_DLL_DECL mob_crystalline_tanglerAI : public ScriptedAI +struct mob_crystalline_tanglerAI : public ScriptedAI { mob_crystalline_tanglerAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/northrend/nexus/nexus/commander_kolurg.cpp b/src/scripts/northrend/nexus/nexus/commander_kolurg.cpp index 198279659ac..5ab6a737615 100644 --- a/src/scripts/northrend/nexus/nexus/commander_kolurg.cpp +++ b/src/scripts/northrend/nexus/nexus/commander_kolurg.cpp @@ -23,7 +23,7 @@ update creature_template set scriptname = 'boss_commander_kolurg' where entry = #define SAY_KILL -1576025 #define SAY_DEATH -1576026 -struct TRINITY_DLL_DECL boss_commander_kolurgAI : public ScriptedAI +struct boss_commander_kolurgAI : public ScriptedAI { boss_commander_kolurgAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/northrend/nexus/nexus/commander_stoutbeard.cpp b/src/scripts/northrend/nexus/nexus/commander_stoutbeard.cpp index dc6c3fa9ee4..06267061322 100644 --- a/src/scripts/northrend/nexus/nexus/commander_stoutbeard.cpp +++ b/src/scripts/northrend/nexus/nexus/commander_stoutbeard.cpp @@ -23,7 +23,7 @@ update creature_template set scriptname = 'boss_commander_stoutbeard' where entr #define SAY_KILL -1576022 #define SAY_DEATH -1576023 -struct TRINITY_DLL_DECL boss_commander_stoutbeardAI : public ScriptedAI +struct boss_commander_stoutbeardAI : public ScriptedAI { boss_commander_stoutbeardAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/northrend/nexus/nexus/instance_nexus.cpp b/src/scripts/northrend/nexus/nexus/instance_nexus.cpp index d04a1b595cb..fd05f9c11ed 100644 --- a/src/scripts/northrend/nexus/nexus/instance_nexus.cpp +++ b/src/scripts/northrend/nexus/nexus/instance_nexus.cpp @@ -26,7 +26,7 @@ EndScriptData */ #define NUMBER_OF_ENCOUNTERS 4 -struct TRINITY_DLL_DECL instance_nexus : public ScriptedInstance +struct instance_nexus : public ScriptedInstance { instance_nexus(Map *pMap) : ScriptedInstance(pMap) { Initialize(); } diff --git a/src/scripts/northrend/nexus/oculus/boss_drakos.cpp b/src/scripts/northrend/nexus/oculus/boss_drakos.cpp index 64f60b390d1..8254aabbaf4 100644 --- a/src/scripts/northrend/nexus/oculus/boss_drakos.cpp +++ b/src/scripts/northrend/nexus/oculus/boss_drakos.cpp @@ -36,7 +36,7 @@ enum Yells SAY_STOMP_3 = -1578011 }; -struct TRINITY_DLL_DECL boss_drakosAI : public ScriptedAI +struct boss_drakosAI : public ScriptedAI { boss_drakosAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/nexus/oculus/boss_eregos.cpp b/src/scripts/northrend/nexus/oculus/boss_eregos.cpp index e96aa70afb3..b987f8f2b63 100644 --- a/src/scripts/northrend/nexus/oculus/boss_eregos.cpp +++ b/src/scripts/northrend/nexus/oculus/boss_eregos.cpp @@ -70,7 +70,7 @@ enum EmeraldDrake SPELL_EMERALD_DREAM_FUNNEL = 50344 //(60 yds) - Channeled - Transfers 5% of the caster's max health to a friendly drake every second for 10 seconds as long as the caster channels. }; -struct TRINITY_DLL_DECL boss_eregosAI : public ScriptedAI +struct boss_eregosAI : public ScriptedAI { boss_eregosAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/nexus/oculus/boss_urom.cpp b/src/scripts/northrend/nexus/oculus/boss_urom.cpp index 34044ef4a4f..9d445cff68a 100644 --- a/src/scripts/northrend/nexus/oculus/boss_urom.cpp +++ b/src/scripts/northrend/nexus/oculus/boss_urom.cpp @@ -40,7 +40,7 @@ enum Yells SAY_SUMMON_3 = -1578021 }; -struct TRINITY_DLL_DECL boss_uromAI : public ScriptedAI +struct boss_uromAI : public ScriptedAI { boss_uromAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/nexus/oculus/boss_varos.cpp b/src/scripts/northrend/nexus/oculus/boss_varos.cpp index 05c5cea8472..47df963ae72 100644 --- a/src/scripts/northrend/nexus/oculus/boss_varos.cpp +++ b/src/scripts/northrend/nexus/oculus/boss_varos.cpp @@ -38,7 +38,7 @@ enum Yells SAY_SPAWN = -1578029 }; -struct TRINITY_DLL_DECL boss_varosAI : public ScriptedAI +struct boss_varosAI : public ScriptedAI { boss_varosAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/nexus/oculus/instance_oculus.cpp b/src/scripts/northrend/nexus/oculus/instance_oculus.cpp index d57738b959c..d17e1cd4610 100644 --- a/src/scripts/northrend/nexus/oculus/instance_oculus.cpp +++ b/src/scripts/northrend/nexus/oculus/instance_oculus.cpp @@ -9,7 +9,7 @@ 2 - Mage-Lord Urom 3 - Ley-Guardian Eregos */ -struct TRINITY_DLL_DECL instance_oculus : public ScriptedInstance +struct instance_oculus : public ScriptedInstance { instance_oculus(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/obsidian_sanctum/boss_sartharion.cpp b/src/scripts/northrend/obsidian_sanctum/boss_sartharion.cpp index 01c13b84f83..d63d12a64f0 100644 --- a/src/scripts/northrend/obsidian_sanctum/boss_sartharion.cpp +++ b/src/scripts/northrend/obsidian_sanctum/boss_sartharion.cpp @@ -169,7 +169,7 @@ Waypoint m_aDragonCommon[MAX_WAYPOINT]= ## Boss Sartharion ######*/ -struct TRINITY_DLL_DECL boss_sartharionAI : public ScriptedAI +struct boss_sartharionAI : public ScriptedAI { boss_sartharionAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -544,7 +544,7 @@ enum VespText }; //to control each dragons common abilities -struct TRINITY_DLL_DECL dummy_dragonAI : public ScriptedAI +struct dummy_dragonAI : public ScriptedAI { dummy_dragonAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -720,7 +720,7 @@ struct TRINITY_DLL_DECL dummy_dragonAI : public ScriptedAI ## Mob Tenebron ######*/ -struct TRINITY_DLL_DECL mob_tenebronAI : public dummy_dragonAI +struct mob_tenebronAI : public dummy_dragonAI { mob_tenebronAI(Creature* pCreature) : dummy_dragonAI(pCreature) {} @@ -790,7 +790,7 @@ CreatureAI* GetAI_mob_tenebron(Creature* pCreature) ## Mob Shadron ######*/ -struct TRINITY_DLL_DECL mob_shadronAI : public dummy_dragonAI +struct mob_shadronAI : public dummy_dragonAI { mob_shadronAI(Creature* pCreature) : dummy_dragonAI(pCreature) {} @@ -866,7 +866,7 @@ CreatureAI* GetAI_mob_shadron(Creature* pCreature) ## Mob Vesperon ######*/ -struct TRINITY_DLL_DECL mob_vesperonAI : public dummy_dragonAI +struct mob_vesperonAI : public dummy_dragonAI { mob_vesperonAI(Creature* pCreature) : dummy_dragonAI(pCreature) {} @@ -936,7 +936,7 @@ CreatureAI* GetAI_mob_vesperon(Creature* pCreature) ## Mob Acolyte of Shadron ######*/ -struct TRINITY_DLL_DECL mob_acolyte_of_shadronAI : public ScriptedAI +struct mob_acolyte_of_shadronAI : public ScriptedAI { mob_acolyte_of_shadronAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -1000,7 +1000,7 @@ CreatureAI* GetAI_mob_acolyte_of_shadron(Creature* pCreature) ## Mob Acolyte of Vesperon ######*/ -struct TRINITY_DLL_DECL mob_acolyte_of_vesperonAI : public ScriptedAI +struct mob_acolyte_of_vesperonAI : public ScriptedAI { mob_acolyte_of_vesperonAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -1044,7 +1044,7 @@ CreatureAI* GetAI_mob_acolyte_of_vesperon(Creature* pCreature) ## Mob Twilight Eggs ######*/ -struct TRINITY_DLL_DECL mob_twilight_eggsAI : public ScriptedAI +struct mob_twilight_eggsAI : public ScriptedAI { mob_twilight_eggsAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -1068,7 +1068,7 @@ CreatureAI* GetAI_mob_twilight_eggs(Creature* pCreature) ## Mob Twilight Whelps ######*/ -struct TRINITY_DLL_DECL mob_twilight_whelpAI : public ScriptedAI +struct mob_twilight_whelpAI : public ScriptedAI { mob_twilight_whelpAI(Creature* pCreature) : ScriptedAI(pCreature) {} diff --git a/src/scripts/northrend/obsidian_sanctum/instance_obsidian_sanctum.cpp b/src/scripts/northrend/obsidian_sanctum/instance_obsidian_sanctum.cpp index 1d4b38270d9..d80985dc300 100644 --- a/src/scripts/northrend/obsidian_sanctum/instance_obsidian_sanctum.cpp +++ b/src/scripts/northrend/obsidian_sanctum/instance_obsidian_sanctum.cpp @@ -7,7 +7,7 @@ 0 - Sartharion */ -struct TRINITY_DLL_DECL instance_obsidian_sanctum : public ScriptedInstance +struct instance_obsidian_sanctum : public ScriptedInstance { instance_obsidian_sanctum(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/sholazar_basin.cpp b/src/scripts/northrend/sholazar_basin.cpp index 06519ee6306..fb820b4667e 100644 --- a/src/scripts/northrend/sholazar_basin.cpp +++ b/src/scripts/northrend/sholazar_basin.cpp @@ -48,7 +48,7 @@ enum eRainspeaker FACTION_ESCORTEE_H = 775 }; -struct TRINITY_DLL_DECL npc_injured_rainspeaker_oracleAI : public npc_escortAI +struct npc_injured_rainspeaker_oracleAI : public npc_escortAI { npc_injured_rainspeaker_oracleAI(Creature* c) : npc_escortAI(c) { c_guid = c->GetGUID(); } @@ -269,7 +269,7 @@ bool GossipSelect_npc_avatar_of_freya(Player* pPlayer, Creature* pCreature, uint ## npc_geezle ######*/ -struct TRINITY_DLL_DECL npc_bushwhackerAI : public ScriptedAI +struct npc_bushwhackerAI : public ScriptedAI { npc_bushwhackerAI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/storm_peaks.cpp b/src/scripts/northrend/storm_peaks.cpp index c27c3aaede6..134a6a6c3b3 100644 --- a/src/scripts/northrend/storm_peaks.cpp +++ b/src/scripts/northrend/storm_peaks.cpp @@ -30,7 +30,7 @@ enum eAgnetta FACTION_HOSTILE_AT1 = 45 }; -struct TRINITY_DLL_DECL npc_agnetta_tyrsdottarAI : public ScriptedAI +struct npc_agnetta_tyrsdottarAI : public ScriptedAI { npc_agnetta_tyrsdottarAI(Creature* pCreature) : ScriptedAI(pCreature) { } @@ -178,7 +178,7 @@ enum eGoblinPrisoner GO_RUSTY_CAGE = 191544 }; -struct TRINITY_DLL_DECL npc_goblin_prisonerAI : public ScriptedAI +struct npc_goblin_prisonerAI : public ScriptedAI { npc_goblin_prisonerAI(Creature* pCreature) : ScriptedAI (pCreature){} @@ -215,7 +215,7 @@ enum eVictoriousChallenger SPELL_REND_VC = 11977 }; -struct TRINITY_DLL_DECL npc_victorious_challengerAI : public ScriptedAI +struct npc_victorious_challengerAI : public ScriptedAI { npc_victorious_challengerAI(Creature* pCreature) : ScriptedAI(pCreature) {} diff --git a/src/scripts/northrend/ulduar/halls_of_lightning/boss_bjarngrim.cpp b/src/scripts/northrend/ulduar/halls_of_lightning/boss_bjarngrim.cpp index d1dc90cd6bf..55a2ca3009a 100644 --- a/src/scripts/northrend/ulduar/halls_of_lightning/boss_bjarngrim.cpp +++ b/src/scripts/northrend/ulduar/halls_of_lightning/boss_bjarngrim.cpp @@ -79,7 +79,7 @@ enum eEnums ## boss_bjarngrim ######*/ -struct TRINITY_DLL_DECL boss_bjarngrimAI : public ScriptedAI +struct boss_bjarngrimAI : public ScriptedAI { boss_bjarngrimAI(Creature *pCreature) : ScriptedAI(pCreature) { @@ -179,7 +179,7 @@ struct TRINITY_DLL_DECL boss_bjarngrimAI : public ScriptedAI m_pInstance->SetData(TYPE_BJARNGRIM, DONE); } - //TODO: remove when removal is done by mangos + //TODO: remove when removal is done by the core void DoRemoveStanceAura(uint8 uiStance) { switch(uiStance) @@ -343,7 +343,7 @@ struct TRINITY_DLL_DECL boss_bjarngrimAI : public ScriptedAI ## mob_stormforged_lieutenant ######*/ -struct TRINITY_DLL_DECL mob_stormforged_lieutenantAI : public ScriptedAI +struct mob_stormforged_lieutenantAI : public ScriptedAI { mob_stormforged_lieutenantAI(Creature *pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/ulduar/halls_of_lightning/boss_ionar.cpp b/src/scripts/northrend/ulduar/halls_of_lightning/boss_ionar.cpp index 290dc68ccb7..5a90bbd54a8 100644 --- a/src/scripts/northrend/ulduar/halls_of_lightning/boss_ionar.cpp +++ b/src/scripts/northrend/ulduar/halls_of_lightning/boss_ionar.cpp @@ -58,7 +58,7 @@ enum eEnums ## Boss Ionar ######*/ -struct TRINITY_DLL_DECL boss_ionarAI : public ScriptedAI +struct boss_ionarAI : public ScriptedAI { boss_ionarAI(Creature *pCreature) : ScriptedAI(pCreature) { @@ -342,7 +342,7 @@ bool EffectDummyCreature_boss_ionar(Unit* pCaster, uint32 uiSpellId, uint32 uiEf ## mob_spark_of_ionar ######*/ -struct TRINITY_DLL_DECL mob_spark_of_ionarAI : public ScriptedAI +struct mob_spark_of_ionarAI : public ScriptedAI { mob_spark_of_ionarAI(Creature *pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/ulduar/halls_of_lightning/boss_loken.cpp b/src/scripts/northrend/ulduar/halls_of_lightning/boss_loken.cpp index b7cc283e2b9..3b5a3ecebd5 100644 --- a/src/scripts/northrend/ulduar/halls_of_lightning/boss_loken.cpp +++ b/src/scripts/northrend/ulduar/halls_of_lightning/boss_loken.cpp @@ -58,7 +58,7 @@ enum eEnums ## Boss Loken ######*/ -struct TRINITY_DLL_DECL boss_lokenAI : public ScriptedAI +struct boss_lokenAI : public ScriptedAI { boss_lokenAI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/ulduar/halls_of_lightning/boss_volkhan.cpp b/src/scripts/northrend/ulduar/halls_of_lightning/boss_volkhan.cpp index 4dddf375bac..0401d566c89 100644 --- a/src/scripts/northrend/ulduar/halls_of_lightning/boss_volkhan.cpp +++ b/src/scripts/northrend/ulduar/halls_of_lightning/boss_volkhan.cpp @@ -72,7 +72,7 @@ enum eEnums ## Boss Volkhan ######*/ -struct TRINITY_DLL_DECL boss_volkhanAI : public ScriptedAI +struct boss_volkhanAI : public ScriptedAI { boss_volkhanAI(Creature *pCreature) : ScriptedAI(pCreature) { @@ -363,7 +363,7 @@ bool EffectDummyCreature_npc_volkhan_anvil(Unit* pCaster, uint32 uiSpellId, uint ## mob_molten_golem ######*/ -struct TRINITY_DLL_DECL mob_molten_golemAI : public ScriptedAI +struct mob_molten_golemAI : public ScriptedAI { mob_molten_golemAI(Creature *pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/ulduar/halls_of_lightning/instance_halls_of_lightning.cpp b/src/scripts/northrend/ulduar/halls_of_lightning/instance_halls_of_lightning.cpp index fc556d3ddb7..861b63858b0 100644 --- a/src/scripts/northrend/ulduar/halls_of_lightning/instance_halls_of_lightning.cpp +++ b/src/scripts/northrend/ulduar/halls_of_lightning/instance_halls_of_lightning.cpp @@ -31,7 +31,7 @@ EndScriptData */ 3 - Loken */ -struct TRINITY_DLL_DECL instance_halls_of_lightning : public ScriptedInstance +struct instance_halls_of_lightning : public ScriptedInstance { instance_halls_of_lightning(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/ulduar/halls_of_stone/boss_krystallus.cpp b/src/scripts/northrend/ulduar/halls_of_stone/boss_krystallus.cpp index f8a88e9fcc7..3c7f1f02983 100644 --- a/src/scripts/northrend/ulduar/halls_of_stone/boss_krystallus.cpp +++ b/src/scripts/northrend/ulduar/halls_of_stone/boss_krystallus.cpp @@ -32,7 +32,7 @@ enum Yells SAY_SHATTER = -1603010 }; -struct TRINITY_DLL_DECL boss_krystallusAI : public ScriptedAI +struct boss_krystallusAI : public ScriptedAI { boss_krystallusAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/ulduar/halls_of_stone/boss_maiden_of_grief.cpp b/src/scripts/northrend/ulduar/halls_of_stone/boss_maiden_of_grief.cpp index 615e4c5cc44..0dd47d1aa6c 100644 --- a/src/scripts/northrend/ulduar/halls_of_stone/boss_maiden_of_grief.cpp +++ b/src/scripts/northrend/ulduar/halls_of_stone/boss_maiden_of_grief.cpp @@ -39,7 +39,7 @@ enum Achievements ACHIEVEMENT_GOOD_GRIEF = 1866 }; -struct TRINITY_DLL_DECL boss_maiden_of_griefAI : public ScriptedAI +struct boss_maiden_of_griefAI : public ScriptedAI { boss_maiden_of_griefAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp b/src/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp index 5986748f0c5..80ec01211ae 100644 --- a/src/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp +++ b/src/scripts/northrend/ulduar/halls_of_stone/boss_sjonnir.cpp @@ -65,7 +65,7 @@ static Locations PipeLocations[] = static Locations CenterPoint = {1295.21, 667.157, 189.691}; -struct TRINITY_DLL_DECL boss_sjonnirAI : public ScriptedAI +struct boss_sjonnirAI : public ScriptedAI { boss_sjonnirAI(Creature *c) : ScriptedAI(c), lSummons(me) { @@ -221,7 +221,7 @@ CreatureAI* GetAI_boss_sjonnir(Creature* pCreature) return new boss_sjonnirAI (pCreature); } -struct TRINITY_DLL_DECL mob_malformed_oozeAI : public ScriptedAI +struct mob_malformed_oozeAI : public ScriptedAI { mob_malformed_oozeAI(Creature *c) : ScriptedAI(c) {} @@ -257,7 +257,7 @@ CreatureAI* GetAI_mob_malformed_ooze(Creature* pCreature) return new mob_malformed_oozeAI(pCreature); } -struct TRINITY_DLL_DECL mob_iron_sludgeAI : public ScriptedAI +struct mob_iron_sludgeAI : public ScriptedAI { mob_iron_sludgeAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp b/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp index 1c21f531c96..dc581610f38 100644 --- a/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp +++ b/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp @@ -115,7 +115,7 @@ static Locations SpawnLocations[]= {960.748, 382.944, 208.374}, }; -struct TRINITY_DLL_DECL mob_tribuna_controllerAI : public ScriptedAI +struct mob_tribuna_controllerAI : public ScriptedAI { mob_tribuna_controllerAI(Creature *c) : ScriptedAI(c) { @@ -223,7 +223,7 @@ struct TRINITY_DLL_DECL mob_tribuna_controllerAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL npc_brann_hosAI : public npc_escortAI +struct npc_brann_hosAI : public npc_escortAI { npc_brann_hosAI(Creature *c) : npc_escortAI(c) { diff --git a/src/scripts/northrend/ulduar/halls_of_stone/instance_halls_of_stone.cpp b/src/scripts/northrend/ulduar/halls_of_stone/instance_halls_of_stone.cpp index 07fece777f5..7c1c9da9142 100644 --- a/src/scripts/northrend/ulduar/halls_of_stone/instance_halls_of_stone.cpp +++ b/src/scripts/northrend/ulduar/halls_of_stone/instance_halls_of_stone.cpp @@ -10,7 +10,7 @@ 3- Sjonnir The Ironshaper */ -struct TRINITY_DLL_DECL instance_halls_of_stone : public ScriptedInstance +struct instance_halls_of_stone : public ScriptedInstance { instance_halls_of_stone(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/ulduar/ulduar/boss_assembly_of_iron.cpp b/src/scripts/northrend/ulduar/ulduar/boss_assembly_of_iron.cpp index 229f912e226..2bb001b06da 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_assembly_of_iron.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_assembly_of_iron.cpp @@ -109,7 +109,7 @@ bool IsEncounterComplete(ScriptedInstance* pInstance, Creature* m_creature) return true; } -struct TRINITY_DLL_DECL boss_steelbreakerAI : public ScriptedAI +struct boss_steelbreakerAI : public ScriptedAI { boss_steelbreakerAI(Creature *c) : ScriptedAI(c) { @@ -221,7 +221,7 @@ struct TRINITY_DLL_DECL boss_steelbreakerAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_runemaster_molgeimAI : public ScriptedAI +struct boss_runemaster_molgeimAI : public ScriptedAI { boss_runemaster_molgeimAI(Creature *c) : ScriptedAI(c) { @@ -339,7 +339,7 @@ struct TRINITY_DLL_DECL boss_runemaster_molgeimAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_lightning_elementalAI : public ScriptedAI +struct mob_lightning_elementalAI : public ScriptedAI { mob_lightning_elementalAI(Creature *c) : ScriptedAI(c) { @@ -371,7 +371,7 @@ struct TRINITY_DLL_DECL mob_lightning_elementalAI : public ScriptedAI }; -struct TRINITY_DLL_DECL mob_rune_of_summoningAI : public ScriptedAI +struct mob_rune_of_summoningAI : public ScriptedAI { mob_rune_of_summoningAI(Creature *c) : ScriptedAI(c) { @@ -385,7 +385,7 @@ struct TRINITY_DLL_DECL mob_rune_of_summoningAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_stormcaller_brundirAI : public ScriptedAI +struct boss_stormcaller_brundirAI : public ScriptedAI { boss_stormcaller_brundirAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/ulduar/ulduar/boss_auriaya.cpp b/src/scripts/northrend/ulduar/ulduar/boss_auriaya.cpp index c3ae8c01f59..70109eeef03 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_auriaya.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_auriaya.cpp @@ -29,7 +29,7 @@ #define SAY_AGGRO -2615016 #define SAY_SLAY_1 -2615017 -struct TRINITY_DLL_DECL boss_auriaya_AI : public BossAI +struct boss_auriaya_AI : public BossAI { boss_auriaya_AI(Creature *pCreature) : BossAI(pCreature, TYPE_AURIAYA) { diff --git a/src/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp b/src/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp index b05e59cad20..dd28fb5ff41 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp @@ -69,7 +69,7 @@ enum Seats SEAT_DEVICE = 2, }; -struct TRINITY_DLL_DECL boss_flame_leviathanAI : public BossAI +struct boss_flame_leviathanAI : public BossAI { boss_flame_leviathanAI(Creature *pCreature) : BossAI(pCreature, TYPE_LEVIATHAN), vehicle(me->GetVehicleKit()) { @@ -191,7 +191,7 @@ struct TRINITY_DLL_DECL boss_flame_leviathanAI : public BossAI //#define BOSS_DEBUG -struct TRINITY_DLL_DECL boss_flame_leviathan_seatAI : public PassiveAI +struct boss_flame_leviathan_seatAI : public PassiveAI { boss_flame_leviathan_seatAI(Creature *c) : PassiveAI(c), vehicle(c->GetVehicleKit()) { @@ -248,7 +248,7 @@ struct TRINITY_DLL_DECL boss_flame_leviathan_seatAI : public PassiveAI } }; -struct TRINITY_DLL_DECL boss_flame_leviathan_defense_turretAI : public TurretAI +struct boss_flame_leviathan_defense_turretAI : public TurretAI { boss_flame_leviathan_defense_turretAI(Creature *c) : TurretAI(c) {} @@ -266,7 +266,7 @@ struct TRINITY_DLL_DECL boss_flame_leviathan_defense_turretAI : public TurretAI } }; -struct TRINITY_DLL_DECL boss_flame_leviathan_overload_deviceAI : public PassiveAI +struct boss_flame_leviathan_overload_deviceAI : public PassiveAI { boss_flame_leviathan_overload_deviceAI(Creature *c) : PassiveAI(c) {} @@ -290,7 +290,7 @@ struct TRINITY_DLL_DECL boss_flame_leviathan_overload_deviceAI : public PassiveA } }; -struct TRINITY_DLL_DECL boss_flame_leviathan_safety_containerAI : public PassiveAI +struct boss_flame_leviathan_safety_containerAI : public PassiveAI { boss_flame_leviathan_safety_containerAI(Creature *c) : PassiveAI(c) {} @@ -311,7 +311,7 @@ struct TRINITY_DLL_DECL boss_flame_leviathan_safety_containerAI : public Passive } }; -struct TRINITY_DLL_DECL spell_pool_of_tarAI : public TriggerAI +struct spell_pool_of_tarAI : public TriggerAI { spell_pool_of_tarAI(Creature *c) : TriggerAI(c) { diff --git a/src/scripts/northrend/ulduar/ulduar/boss_freya.cpp b/src/scripts/northrend/ulduar/ulduar/boss_freya.cpp index 22f53c3a2e8..e44cdffff66 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_freya.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_freya.cpp @@ -24,7 +24,7 @@ #define SAY_SLAY -1 */ -struct TRINITY_DLL_DECL boss_freyaAI : public BossAI +struct boss_freyaAI : public BossAI { boss_freyaAI(Creature* pCreature) : BossAI(pCreature, TYPE_FREYA) { diff --git a/src/scripts/northrend/ulduar/ulduar/boss_hodir.cpp b/src/scripts/northrend/ulduar/ulduar/boss_hodir.cpp index 8603d287b99..4bf9d4f3479 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_hodir.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_hodir.cpp @@ -24,7 +24,7 @@ #define SAY_SLAY -1 */ -struct TRINITY_DLL_DECL boss_hodirAI : public BossAI +struct boss_hodirAI : public BossAI { boss_hodirAI(Creature *pCreature) : BossAI(pCreature, TYPE_HODIR) { diff --git a/src/scripts/northrend/ulduar/ulduar/boss_ignis.cpp b/src/scripts/northrend/ulduar/ulduar/boss_ignis.cpp index 3c924b07289..80c81e40616 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_ignis.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_ignis.cpp @@ -27,7 +27,7 @@ #define SAY_AGGRO -10000002 #define SAY_SLAY -1000003 -struct TRINITY_DLL_DECL boss_ignis_AI : public BossAI +struct boss_ignis_AI : public BossAI { boss_ignis_AI(Creature *pCreature) : BossAI(pCreature, TYPE_IGNIS) {} diff --git a/src/scripts/northrend/ulduar/ulduar/boss_kologarn.cpp b/src/scripts/northrend/ulduar/ulduar/boss_kologarn.cpp index 4701a63fca1..ab07e5c1327 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_kologarn.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_kologarn.cpp @@ -37,7 +37,7 @@ enum Events EVENT_SWEEP, }; -struct TRINITY_DLL_DECL boss_kologarnAI : public BossAI +struct boss_kologarnAI : public BossAI { boss_kologarnAI(Creature *pCreature) : BossAI(pCreature, TYPE_KOLOGARN), vehicle(me->GetVehicleKit()), left(false), right(false) diff --git a/src/scripts/northrend/ulduar/ulduar/boss_razorscale.cpp b/src/scripts/northrend/ulduar/ulduar/boss_razorscale.cpp index cf114e00897..283dee2afdc 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_razorscale.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_razorscale.cpp @@ -48,7 +48,7 @@ enum Mobs NPC_DARK_RUNE_SENTINEL = 33846 }; -struct TRINITY_DLL_DECL boss_razorscaleAI : public BossAI +struct boss_razorscaleAI : public BossAI { boss_razorscaleAI(Creature *pCreature) : BossAI(pCreature, TYPE_RAZORSCALE) {} diff --git a/src/scripts/northrend/ulduar/ulduar/boss_thorim.cpp b/src/scripts/northrend/ulduar/ulduar/boss_thorim.cpp index 2eececb76a8..c81c9308b9f 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_thorim.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_thorim.cpp @@ -24,7 +24,7 @@ #define SAY_SLAY -1 */ -struct TRINITY_DLL_DECL boss_thorimAI : public BossAI +struct boss_thorimAI : public BossAI { boss_thorimAI(Creature* pCreature) : BossAI(pCreature, TYPE_THORIM) { diff --git a/src/scripts/northrend/ulduar/ulduar/boss_xt002.cpp b/src/scripts/northrend/ulduar/ulduar/boss_xt002.cpp index 66be50292cb..82913a5ea2c 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_xt002.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_xt002.cpp @@ -25,7 +25,7 @@ #define SAY_AGGRO -1000000 #define SAY_SLAY -1000001 -struct TRINITY_DLL_DECL boss_xt002_AI : public BossAI +struct boss_xt002_AI : public BossAI { boss_xt002_AI(Creature *pCreature) : BossAI(pCreature, TYPE_XT002) { diff --git a/src/scripts/northrend/ulduar/ulduar/instance_ulduar.cpp b/src/scripts/northrend/ulduar/ulduar/instance_ulduar.cpp index 2c961073d89..ea84ecb6670 100644 --- a/src/scripts/northrend/ulduar/ulduar/instance_ulduar.cpp +++ b/src/scripts/northrend/ulduar/ulduar/instance_ulduar.cpp @@ -31,7 +31,7 @@ enum eGameObjects GO_Freya_CHEST = 194324, }; -struct TRINITY_DLL_DECL instance_ulduar : public ScriptedInstance +struct instance_ulduar : public ScriptedInstance { instance_ulduar(Map* pMap) : ScriptedInstance(pMap), KologarnChest(NULL), ThorimChest(NULL), HodirChest(NULL), FreyaChest(NULL) { Initialize(); }; diff --git a/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_ingvar_the_plunderer.cpp b/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_ingvar_the_plunderer.cpp index f9f503177b2..cb24b0d0c1f 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_ingvar_the_plunderer.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_ingvar_the_plunderer.cpp @@ -68,7 +68,7 @@ enum eEnums SPELL_SHADOW_AXE_SUMMON = 42749 }; -struct TRINITY_DLL_DECL boss_ingvar_the_plundererAI : public ScriptedAI +struct boss_ingvar_the_plundererAI : public ScriptedAI { boss_ingvar_the_plundererAI(Creature *c) : ScriptedAI(c) { @@ -286,7 +286,7 @@ enum eSpells SPELL_INGVAR_TRANSFORM = 42796 }; -struct TRINITY_DLL_DECL mob_annhylde_the_callerAI : public ScriptedAI +struct mob_annhylde_the_callerAI : public ScriptedAI { mob_annhylde_the_callerAI(Creature *c) : ScriptedAI(c) { @@ -392,7 +392,7 @@ enum eShadowAxe H_SPELL_SHADOW_AXE_DAMAGE = 59719 }; -struct TRINITY_DLL_DECL mob_ingvar_throw_dummyAI : public ScriptedAI +struct mob_ingvar_throw_dummyAI : public ScriptedAI { mob_ingvar_throw_dummyAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_keleseth.cpp b/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_keleseth.cpp index 4af56fdbad8..2f4bfbc5225 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_keleseth.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_keleseth.cpp @@ -61,7 +61,7 @@ float AttackLoc[3]={197.636, 194.046, 40.8164}; bool ShatterFrostTomb; // needed for achievement: On The Rocks(1919) -struct TRINITY_DLL_DECL mob_frost_tombAI : public ScriptedAI +struct mob_frost_tombAI : public ScriptedAI { mob_frost_tombAI(Creature *c) : ScriptedAI(c) { @@ -101,7 +101,7 @@ struct TRINITY_DLL_DECL mob_frost_tombAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL boss_kelesethAI : public ScriptedAI +struct boss_kelesethAI : public ScriptedAI { boss_kelesethAI(Creature *c) : ScriptedAI(c) { @@ -229,7 +229,7 @@ struct TRINITY_DLL_DECL boss_kelesethAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_vrykul_skeletonAI : public ScriptedAI +struct mob_vrykul_skeletonAI : public ScriptedAI { mob_vrykul_skeletonAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_skarvald_dalronn.cpp b/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_skarvald_dalronn.cpp index 2b6c9c9a855..61698614ccb 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_skarvald_dalronn.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_keep/boss_skarvald_dalronn.cpp @@ -58,7 +58,7 @@ enum eEnums MOB_DALRONN_GHOST = 27389 }; -struct TRINITY_DLL_DECL boss_skarvald_the_constructorAI : public ScriptedAI +struct boss_skarvald_the_constructorAI : public ScriptedAI { boss_skarvald_the_constructorAI(Creature *c) : ScriptedAI(c) { @@ -201,7 +201,7 @@ CreatureAI* GetAI_boss_skarvald_the_constructor(Creature* pCreature) return new boss_skarvald_the_constructorAI (pCreature); } -struct TRINITY_DLL_DECL boss_dalronn_the_controllerAI : public ScriptedAI +struct boss_dalronn_the_controllerAI : public ScriptedAI { boss_dalronn_the_controllerAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/utgarde_keep/utgarde_keep/instance_utgarde_keep.cpp b/src/scripts/northrend/utgarde_keep/utgarde_keep/instance_utgarde_keep.cpp index 2a3bafc811a..2a471fb07de 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_keep/instance_utgarde_keep.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_keep/instance_utgarde_keep.cpp @@ -49,7 +49,7 @@ EndScriptData */ 2 - Ingvar the Plunderer */ -struct TRINITY_DLL_DECL instance_utgarde_keep : public ScriptedInstance +struct instance_utgarde_keep : public ScriptedInstance { instance_utgarde_keep(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/utgarde_keep/utgarde_keep/utgarde_keep.cpp b/src/scripts/northrend/utgarde_keep/utgarde_keep/utgarde_keep.cpp index a7d1d91ac1f..65e644f00ec 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_keep/utgarde_keep.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_keep/utgarde_keep.cpp @@ -26,7 +26,7 @@ uint32 entry_search[3] = 186611 }; -struct TRINITY_DLL_DECL npc_dragonflayer_forge_masterAI : public ScriptedAI +struct npc_dragonflayer_forge_masterAI : public ScriptedAI { npc_dragonflayer_forge_masterAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp index 5637e157fc3..cb37b9fe50c 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp @@ -68,7 +68,7 @@ enum Phase PHASE_NONE }; -struct TRINITY_DLL_DECL boss_palehoofAI : public ScriptedAI +struct boss_palehoofAI : public ScriptedAI { boss_palehoofAI(Creature *c) : ScriptedAI(c) { @@ -252,7 +252,7 @@ enum RavenousSpells SPELL_TERRIFYING_ROAR = 48144 }; -struct TRINITY_DLL_DECL mob_ravenous_furbolgAI : public ScriptedAI +struct mob_ravenous_furbolgAI : public ScriptedAI { mob_ravenous_furbolgAI(Creature *c) : ScriptedAI(c) { @@ -358,7 +358,7 @@ enum FrenziedSpells SPELL_ENRAGE_2 = 48142 }; -struct TRINITY_DLL_DECL mob_frenzied_worgenAI : public ScriptedAI +struct mob_frenzied_worgenAI : public ScriptedAI { mob_frenzied_worgenAI(Creature *c) : ScriptedAI(c) { @@ -467,7 +467,7 @@ enum FerociousSpells SPELL_STOMP = 48131 }; -struct TRINITY_DLL_DECL mob_ferocious_rhinoAI : public ScriptedAI +struct mob_ferocious_rhinoAI : public ScriptedAI { mob_ferocious_rhinoAI(Creature *c) : ScriptedAI(c) { @@ -580,7 +580,7 @@ enum MassiveAdds CREATURE_JORMUNGAR_WORM = 27228 }; -struct TRINITY_DLL_DECL mob_massive_jormungarAI : public ScriptedAI +struct mob_massive_jormungarAI : public ScriptedAI { mob_massive_jormungarAI(Creature *c) : ScriptedAI(c) { @@ -680,7 +680,7 @@ CreatureAI* GetAI_mob_massive_jormungar(Creature* pCreature) } -struct TRINITY_DLL_DECL mob_palehoof_orbAI : public ScriptedAI +struct mob_palehoof_orbAI : public ScriptedAI { mob_palehoof_orbAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_skadi.cpp b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_skadi.cpp index efb943aa6f9..cf965bdb331 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_skadi.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_skadi.cpp @@ -67,7 +67,7 @@ enum CombatPhase SKADI }; -struct TRINITY_DLL_DECL boss_skadiAI : public ScriptedAI +struct boss_skadiAI : public ScriptedAI { boss_skadiAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_svala.cpp b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_svala.cpp index 4fb5d273312..5cb20923fd2 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_svala.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_svala.cpp @@ -79,7 +79,7 @@ static Locations RitualChannelerLocations[]= {291.39, -350.89, 90.54} }; -struct TRINITY_DLL_DECL boss_svalaAI : public ScriptedAI +struct boss_svalaAI : public ScriptedAI { boss_svalaAI(Creature *c) : ScriptedAI(c) { @@ -184,7 +184,7 @@ struct TRINITY_DLL_DECL boss_svalaAI : public ScriptedAI } }; -struct TRINITY_DLL_DECL mob_ritual_channelerAI : public Scripted_NoMovementAI +struct mob_ritual_channelerAI : public Scripted_NoMovementAI { mob_ritual_channelerAI(Creature *c) :Scripted_NoMovementAI(c) { @@ -206,7 +206,7 @@ struct TRINITY_DLL_DECL mob_ritual_channelerAI : public Scripted_NoMovementAI } }; -struct TRINITY_DLL_DECL boss_svala_sorrowgraveAI : public ScriptedAI +struct boss_svala_sorrowgraveAI : public ScriptedAI { boss_svala_sorrowgraveAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_ymiron.cpp b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_ymiron.cpp index 6f1d8d7196f..f301c98e2c5 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_ymiron.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_ymiron.cpp @@ -80,7 +80,7 @@ static ActiveBoatStruct ActiveBot[4] = {CREATURE_TORGYN_VISUAL, SAY_SUMMON_TORGYN, 404.310, -314.761, 104.756, 413.992, -314.703, 107.995, 3.157} }; -struct TRINITY_DLL_DECL boss_ymironAI : public ScriptedAI +struct boss_ymironAI : public ScriptedAI { boss_ymironAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/instance_pinnacle.cpp b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/instance_pinnacle.cpp index 5c4a53156d2..d00d27c7203 100644 --- a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/instance_pinnacle.cpp +++ b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/instance_pinnacle.cpp @@ -14,7 +14,7 @@ #define ENTRY_KING_YMIRON_DOOR 192174 #define ENTRY_GORK_PALEHOOF_SPHERE 188593 -struct TRINITY_DLL_DECL instance_pinnacle : public ScriptedInstance +struct instance_pinnacle : public ScriptedInstance { instance_pinnacle(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/vault_of_archavon/boss_archavon.cpp b/src/scripts/northrend/vault_of_archavon/boss_archavon.cpp index 08817affdfb..a4f54055b3a 100644 --- a/src/scripts/northrend/vault_of_archavon/boss_archavon.cpp +++ b/src/scripts/northrend/vault_of_archavon/boss_archavon.cpp @@ -35,7 +35,7 @@ UPDATE `creature_template` SET `ScriptName`='mob_archavon_warder' WHERE `entry`= #define EVENT_SHIELD_CRUSH 6 //set = 30s cd #define EVENT_WHIRL 8 //set= 10s cd -struct TRINITY_DLL_DECL boss_archavonAI : public ScriptedAI +struct boss_archavonAI : public ScriptedAI { boss_archavonAI(Creature *c) : ScriptedAI(c) { @@ -121,7 +121,7 @@ struct TRINITY_DLL_DECL boss_archavonAI : public ScriptedAI /*###### ## Mob Archavon Warder ######*/ -struct TRINITY_DLL_DECL mob_warderAI : public ScriptedAI //npc 32353 +struct mob_warderAI : public ScriptedAI //npc 32353 { mob_warderAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/northrend/vault_of_archavon/boss_emalon.cpp b/src/scripts/northrend/vault_of_archavon/boss_emalon.cpp index 95240f92d1f..327895461ed 100644 --- a/src/scripts/northrend/vault_of_archavon/boss_emalon.cpp +++ b/src/scripts/northrend/vault_of_archavon/boss_emalon.cpp @@ -40,7 +40,7 @@ struct Position TempestMinions[MAX_TEMPEST_MINIONS] = /*###### ## Emalon the Storm Watcher ######*/ -struct TRINITY_DLL_DECL boss_emalonAI : public BossAI +struct boss_emalonAI : public BossAI { boss_emalonAI(Creature *c) : BossAI(c, DATA_EMALON_EVENT) { @@ -135,7 +135,7 @@ struct TRINITY_DLL_DECL boss_emalonAI : public BossAI /*###### ## Tempest Minion ######*/ -struct TRINITY_DLL_DECL mob_tempest_minionAI : public ScriptedAI +struct mob_tempest_minionAI : public ScriptedAI { mob_tempest_minionAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/vault_of_archavon/instance_vault_of_archavon.cpp b/src/scripts/northrend/vault_of_archavon/instance_vault_of_archavon.cpp index d1f0f280edb..67d946c341c 100644 --- a/src/scripts/northrend/vault_of_archavon/instance_vault_of_archavon.cpp +++ b/src/scripts/northrend/vault_of_archavon/instance_vault_of_archavon.cpp @@ -8,7 +8,7 @@ 2 - Emalon the Storm Watcher event */ -struct TRINITY_DLL_DECL instance_archavon : public ScriptedInstance +struct instance_archavon : public ScriptedInstance { instance_archavon(Map *Map) : ScriptedInstance(Map) {Initialize();}; diff --git a/src/scripts/northrend/violet_hold/boss_cyanigosa.cpp b/src/scripts/northrend/violet_hold/boss_cyanigosa.cpp index 770c38ddaca..f139b10b4bd 100644 --- a/src/scripts/northrend/violet_hold/boss_cyanigosa.cpp +++ b/src/scripts/northrend/violet_hold/boss_cyanigosa.cpp @@ -39,7 +39,7 @@ enum Yells SAY_SPECIAL_ATTACK_2 = -1608009 }; -struct TRINITY_DLL_DECL boss_cyanigosaAI : public ScriptedAI +struct boss_cyanigosaAI : public ScriptedAI { boss_cyanigosaAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/violet_hold/boss_erekem.cpp b/src/scripts/northrend/violet_hold/boss_erekem.cpp index 302425966ed..576e6195729 100644 --- a/src/scripts/northrend/violet_hold/boss_erekem.cpp +++ b/src/scripts/northrend/violet_hold/boss_erekem.cpp @@ -38,7 +38,7 @@ enum Yells SAY_BOTH_ADDS_KILLED = -1608017 }; -struct TRINITY_DLL_DECL boss_erekemAI : public ScriptedAI +struct boss_erekemAI : public ScriptedAI { boss_erekemAI(Creature *c) : ScriptedAI(c) { @@ -233,7 +233,7 @@ enum GuardSpells SPELL_STRIKE = 14516 }; -struct TRINITY_DLL_DECL mob_erekem_guardAI : public ScriptedAI +struct mob_erekem_guardAI : public ScriptedAI { mob_erekem_guardAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/violet_hold/boss_ichoron.cpp b/src/scripts/northrend/violet_hold/boss_ichoron.cpp index fb916fd02e9..aa856c5723a 100644 --- a/src/scripts/northrend/violet_hold/boss_ichoron.cpp +++ b/src/scripts/northrend/violet_hold/boss_ichoron.cpp @@ -79,7 +79,7 @@ static Position SpawnLoc[MAX_SPAWN_LOC]= {1935.50, 796.224, 52.492, 4.224}, }; -struct TRINITY_DLL_DECL boss_ichoronAI : public ScriptedAI +struct boss_ichoronAI : public ScriptedAI { boss_ichoronAI(Creature* pCreature) : ScriptedAI(pCreature), m_waterElements(pCreature) { @@ -312,7 +312,7 @@ CreatureAI* GetAI_boss_ichoron(Creature* pCreature) return new boss_ichoronAI (pCreature); } -struct TRINITY_DLL_DECL mob_ichor_globuleAI : public ScriptedAI +struct mob_ichor_globuleAI : public ScriptedAI { mob_ichor_globuleAI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/violet_hold/boss_lavanthor.cpp b/src/scripts/northrend/violet_hold/boss_lavanthor.cpp index 8743614675f..f97b651334a 100644 --- a/src/scripts/northrend/violet_hold/boss_lavanthor.cpp +++ b/src/scripts/northrend/violet_hold/boss_lavanthor.cpp @@ -23,7 +23,7 @@ enum Spells H_SPELL_LAVA_BURN = 59594 }; -struct TRINITY_DLL_DECL boss_lavanthorAI : public ScriptedAI +struct boss_lavanthorAI : public ScriptedAI { boss_lavanthorAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/violet_hold/boss_moragg.cpp b/src/scripts/northrend/violet_hold/boss_moragg.cpp index f76a31403c1..df0c5d6c310 100644 --- a/src/scripts/northrend/violet_hold/boss_moragg.cpp +++ b/src/scripts/northrend/violet_hold/boss_moragg.cpp @@ -19,7 +19,7 @@ enum Spells SPELL_OPTIC_LINK = 54396 }; -struct TRINITY_DLL_DECL boss_moraggAI : public ScriptedAI +struct boss_moraggAI : public ScriptedAI { boss_moraggAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/violet_hold/boss_xevozz.cpp b/src/scripts/northrend/violet_hold/boss_xevozz.cpp index d02adee1280..b933932f2f2 100644 --- a/src/scripts/northrend/violet_hold/boss_xevozz.cpp +++ b/src/scripts/northrend/violet_hold/boss_xevozz.cpp @@ -64,7 +64,7 @@ enum Yells SAY_SUMMON_ENERGY = -1608036 }; -struct TRINITY_DLL_DECL boss_xevozzAI : public ScriptedAI +struct boss_xevozzAI : public ScriptedAI { boss_xevozzAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -216,7 +216,7 @@ CreatureAI* GetAI_boss_xevozz(Creature* pCreature) return new boss_xevozzAI (pCreature); } -struct TRINITY_DLL_DECL mob_ethereal_sphereAI : public ScriptedAI +struct mob_ethereal_sphereAI : public ScriptedAI { mob_ethereal_sphereAI(Creature* pCreature) : ScriptedAI(pCreature) { diff --git a/src/scripts/northrend/violet_hold/boss_zuramat.cpp b/src/scripts/northrend/violet_hold/boss_zuramat.cpp index 4a6ef848575..26e718672a9 100644 --- a/src/scripts/northrend/violet_hold/boss_zuramat.cpp +++ b/src/scripts/northrend/violet_hold/boss_zuramat.cpp @@ -38,7 +38,7 @@ enum Yells SAY_WHISPER = -1608044 }; -struct TRINITY_DLL_DECL boss_zuramatAI : public ScriptedAI +struct boss_zuramatAI : public ScriptedAI { boss_zuramatAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/violet_hold/instance_violet_hold.cpp b/src/scripts/northrend/violet_hold/instance_violet_hold.cpp index 8abe9cee5d4..fb0a96942a6 100644 --- a/src/scripts/northrend/violet_hold/instance_violet_hold.cpp +++ b/src/scripts/northrend/violet_hold/instance_violet_hold.cpp @@ -39,7 +39,7 @@ const Position PortalLocation[] = {1890.64, 753.471, 48.7224, 1.71042} }; -struct TRINITY_DLL_DECL instance_violet_hold : public ScriptedInstance +struct instance_violet_hold : public ScriptedInstance { instance_violet_hold(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/northrend/violet_hold/violet_hold.cpp b/src/scripts/northrend/violet_hold/violet_hold.cpp index e402c8f3f21..642d65a13f1 100644 --- a/src/scripts/northrend/violet_hold/violet_hold.cpp +++ b/src/scripts/northrend/violet_hold/violet_hold.cpp @@ -32,7 +32,7 @@ enum eSinclari const Position DoorPosition = { 1828.300049, 797.309021, 46.135502, 1.48353}; const Position MovePosition = { 1806.955566, 803.851807, 44.363323}; -struct TRINITY_DLL_DECL npc_sinclariAI : public ScriptedAI +struct npc_sinclariAI : public ScriptedAI { npc_sinclariAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -178,7 +178,7 @@ bool GossipSelect_npc_sinclari(Player* pPlayer, Creature* pCreature, uint32 uiSe return true; } -struct TRINITY_DLL_DECL npc_teleportation_portalAI : public ScriptedAI +struct npc_teleportation_portalAI : public ScriptedAI { npc_teleportation_portalAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/northrend/zuldrak.cpp b/src/scripts/northrend/zuldrak.cpp index 641479d66a7..b7d6ff63e8f 100644 --- a/src/scripts/northrend/zuldrak.cpp +++ b/src/scripts/northrend/zuldrak.cpp @@ -33,7 +33,7 @@ enum eDrakuruShackles NPC_RAGECLAW = 29686 }; -struct TRINITY_DLL_DECL npc_drakuru_shacklesAI : public ScriptedAI +struct npc_drakuru_shacklesAI : public ScriptedAI { npc_drakuru_shacklesAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -108,7 +108,7 @@ const char * SAY_RAGECLAW_3 = "No more mister nice wolvar!"; #define SAY_RAGECLAW RAND(SAY_RAGECLAW_1,SAY_RAGECLAW_2,SAY_RAGECLAW_3) -struct TRINITY_DLL_DECL npc_captured_rageclawAI : public ScriptedAI +struct npc_captured_rageclawAI : public ScriptedAI { npc_captured_rageclawAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -236,7 +236,7 @@ const Position SpawnPosition[] = {5762.054199, -2954.385010, 273.826955, 5.108289} //yggdras }; -struct TRINITY_DLL_DECL npc_gurgthockAI : public ScriptedAI +struct npc_gurgthockAI : public ScriptedAI { npc_gurgthockAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -439,7 +439,7 @@ enum eOrinokoTuskbreaker SAY_CALL_FOR_HELP = -1571032 }; -struct TRINITY_DLL_DECL npc_orinoko_tuskbreakerAI : public ScriptedAI +struct npc_orinoko_tuskbreakerAI : public ScriptedAI { npc_orinoko_tuskbreakerAI(Creature* pCreature) : ScriptedAI(pCreature) { @@ -574,7 +574,7 @@ enum eKorrakBloodrager SPELL_ENRAGE = 42745 }; -struct TRINITY_DLL_DECL npc_korrak_bloodragerAI : public npc_escortAI +struct npc_korrak_bloodragerAI : public npc_escortAI { npc_korrak_bloodragerAI(Creature* pCreature) : npc_escortAI(pCreature) { @@ -678,7 +678,7 @@ enum eYggdras SPELL_JORMUNGAR_SPAWN = 55859 }; -struct TRINITY_DLL_DECL npc_yggdrasAI : public ScriptedAI +struct npc_yggdrasAI : public ScriptedAI { npc_yggdrasAI(Creature* pCreature) : ScriptedAI(pCreature) {} @@ -760,7 +760,7 @@ enum eStinkbeard ## npc_stinkbeard ####*/ -struct TRINITY_DLL_DECL npc_stinkbeardAI : public npc_escortAI +struct npc_stinkbeardAI : public npc_escortAI { npc_stinkbeardAI(Creature* pCreature) : npc_escortAI(pCreature) { @@ -867,7 +867,7 @@ CreatureAI* GetAI_npc_stinkbeard(Creature* pCreature) ## npc_released_offspring_harkoa ####*/ -struct TRINITY_DLL_DECL npc_released_offspring_harkoaAI : public ScriptedAI +struct npc_released_offspring_harkoaAI : public ScriptedAI { npc_released_offspring_harkoaAI(Creature* pCreature) : ScriptedAI(pCreature) {} |
