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/eastern_kingdoms/stratholme | |
| parent | b0b261585f4c410736548cd536642cb104cb7023 (diff) | |
A great purge of obsolete macros.
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/eastern_kingdoms/stratholme')
13 files changed, 15 insertions, 15 deletions
diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_baron_rivendare.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_baron_rivendare.cpp index 93dbb8d83d8..4fd3e6c9b9e 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_baron_rivendare.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_baron_rivendare.cpp @@ -75,7 +75,7 @@ EndScriptData */ #define SPELL_RAISE_DEAD5 17479 #define SPELL_RAISE_DEAD6 17480 -struct TRINITY_DLL_DECL boss_baron_rivendareAI : public ScriptedAI +struct boss_baron_rivendareAI : public ScriptedAI { boss_baron_rivendareAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_baroness_anastari.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_baroness_anastari.cpp index b3ea1b999d1..2ae770ec5b8 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_baroness_anastari.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_baroness_anastari.cpp @@ -29,7 +29,7 @@ EndScriptData */ #define SPELL_SILENCE 18327 //#define SPELL_POSSESS 17244 -struct TRINITY_DLL_DECL boss_baroness_anastariAI : public ScriptedAI +struct boss_baroness_anastariAI : public ScriptedAI { boss_baroness_anastariAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_cannon_master_willey.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_cannon_master_willey.cpp index 9dee5f470d2..f1a0a57e85c 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_cannon_master_willey.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_cannon_master_willey.cpp @@ -74,7 +74,7 @@ EndScriptData */ #define SPELL_SHOOT 16496 //#define SPELL_SUMMONCRIMSONRIFLEMAN 17279 -struct TRINITY_DLL_DECL boss_cannon_master_willeyAI : public ScriptedAI +struct boss_cannon_master_willeyAI : public ScriptedAI { boss_cannon_master_willeyAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_dathrohan_balnazzar.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_dathrohan_balnazzar.cpp index 4075bf7d79d..83684cb4fe9 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_dathrohan_balnazzar.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_dathrohan_balnazzar.cpp @@ -63,7 +63,7 @@ SummonDef m_aSummonPoint[]= {3457.338, -3073.979, 135.002, 3.784} //G2 back, right }; -struct TRINITY_DLL_DECL boss_dathrohan_balnazzarAI : public ScriptedAI +struct boss_dathrohan_balnazzarAI : public ScriptedAI { boss_dathrohan_balnazzarAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_magistrate_barthilas.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_magistrate_barthilas.cpp index 5e58a7b4e8c..d99e6f36044 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_magistrate_barthilas.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_magistrate_barthilas.cpp @@ -32,7 +32,7 @@ EndScriptData */ #define MODEL_NORMAL 10433 #define MODEL_HUMAN 3637 -struct TRINITY_DLL_DECL boss_magistrate_barthilasAI : public ScriptedAI +struct boss_magistrate_barthilasAI : public ScriptedAI { boss_magistrate_barthilasAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp index 70491c2965a..60e7db37da2 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp @@ -29,7 +29,7 @@ EndScriptData */ #define SPELL_DRAIN_MANA 17243 #define SPELL_ICETOMB 16869 -struct TRINITY_DLL_DECL boss_maleki_the_pallidAI : public ScriptedAI +struct boss_maleki_the_pallidAI : public ScriptedAI { boss_maleki_the_pallidAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_nerubenkan.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_nerubenkan.cpp index e3b965926ea..4f3905e8698 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_nerubenkan.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_nerubenkan.cpp @@ -29,7 +29,7 @@ EndScriptData */ #define SPELL_CRYPT_SCARABS 31602 #define SPELL_RAISEUNDEADSCARAB 17235 -struct TRINITY_DLL_DECL boss_nerubenkanAI : public ScriptedAI +struct boss_nerubenkanAI : public ScriptedAI { boss_nerubenkanAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_order_of_silver_hand.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_order_of_silver_hand.cpp index c35712758c9..6c20e18bcfb 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_order_of_silver_hand.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_order_of_silver_hand.cpp @@ -41,7 +41,7 @@ EndScriptData */ #define SPELL_HOLY_LIGHT 25263 #define SPELL_DIVINE_SHIELD 13874 -struct TRINITY_DLL_DECL boss_silver_hand_bossesAI : public ScriptedAI +struct boss_silver_hand_bossesAI : public ScriptedAI { boss_silver_hand_bossesAI(Creature* c) : ScriptedAI(c) { diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_postmaster_malown.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_postmaster_malown.cpp index fe3145dffaa..0aea76c10f8 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_postmaster_malown.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_postmaster_malown.cpp @@ -34,7 +34,7 @@ EndScriptData */ #define SPELL_CURSEOFTONGUES 12889 #define SPELL_CALLOFTHEGRAVE 17831 -struct TRINITY_DLL_DECL boss_postmaster_malownAI : public ScriptedAI +struct boss_postmaster_malownAI : public ScriptedAI { boss_postmaster_malownAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_ramstein_the_gorger.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_ramstein_the_gorger.cpp index 403c72afffa..5eaa4775b04 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_ramstein_the_gorger.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_ramstein_the_gorger.cpp @@ -29,7 +29,7 @@ EndScriptData */ #define C_MINDLESS_UNDEAD 11030 -struct TRINITY_DLL_DECL boss_ramstein_the_gorgerAI : public ScriptedAI +struct boss_ramstein_the_gorgerAI : public ScriptedAI { boss_ramstein_the_gorgerAI(Creature *c) : ScriptedAI(c) { diff --git a/src/scripts/eastern_kingdoms/stratholme/boss_timmy_the_cruel.cpp b/src/scripts/eastern_kingdoms/stratholme/boss_timmy_the_cruel.cpp index c49b33d8bdc..ccff3b32b77 100644 --- a/src/scripts/eastern_kingdoms/stratholme/boss_timmy_the_cruel.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/boss_timmy_the_cruel.cpp @@ -27,7 +27,7 @@ EndScriptData */ #define SPELL_RAVENOUSCLAW 17470 -struct TRINITY_DLL_DECL boss_timmy_the_cruelAI : public ScriptedAI +struct boss_timmy_the_cruelAI : public ScriptedAI { boss_timmy_the_cruelAI(Creature *c) : ScriptedAI(c) {} diff --git a/src/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp b/src/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp index f2ccb1794d5..05f59f2c786 100644 --- a/src/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp @@ -47,7 +47,7 @@ EndScriptData */ #define MAX_ENCOUNTER 6 -struct TRINITY_DLL_DECL instance_stratholme : public ScriptedInstance +struct instance_stratholme : public ScriptedInstance { instance_stratholme(Map* pMap) : ScriptedInstance(pMap) {Initialize();}; diff --git a/src/scripts/eastern_kingdoms/stratholme/stratholme.cpp b/src/scripts/eastern_kingdoms/stratholme/stratholme.cpp index 4c00585647d..6b6bbe13cbd 100644 --- a/src/scripts/eastern_kingdoms/stratholme/stratholme.cpp +++ b/src/scripts/eastern_kingdoms/stratholme/stratholme.cpp @@ -77,7 +77,7 @@ bool GOHello_go_gauntlet_gate(Player* pPlayer, GameObject* pGo) #define SAY_ZAPPED2 -1329002 #define SAY_ZAPPED3 -1329003 -struct TRINITY_DLL_DECL mob_freed_soulAI : public ScriptedAI +struct mob_freed_soulAI : public ScriptedAI { mob_freed_soulAI(Creature *c) : ScriptedAI(c) {} @@ -104,7 +104,7 @@ CreatureAI* GetAI_mob_freed_soul(Creature* pCreature) #define ENTRY_RESTLESS 11122 #define ENTRY_FREED 11136 -struct TRINITY_DLL_DECL mob_restless_soulAI : public ScriptedAI +struct mob_restless_soulAI : public ScriptedAI { mob_restless_soulAI(Creature *c) : ScriptedAI(c) {} @@ -175,7 +175,7 @@ enum eGhostlyCitizenSpells SPELL_SLAP = 6754 }; -struct TRINITY_DLL_DECL mobs_spectral_ghostly_citizenAI : public ScriptedAI +struct mobs_spectral_ghostly_citizenAI : public ScriptedAI { mobs_spectral_ghostly_citizenAI(Creature *c) : ScriptedAI(c) {} |
