aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/outland/tempest_keep
diff options
context:
space:
mode:
authorXanadu <none@none>2010-02-05 00:31:28 +0100
committerXanadu <none@none>2010-02-05 00:31:28 +0100
commita5d1bc77abc275402240bec1380fa87f04461ba8 (patch)
treef33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/scripts/outland/tempest_keep
parentb0b261585f4c410736548cd536642cb104cb7023 (diff)
A great purge of obsolete macros.
--HG-- branch : trunk
Diffstat (limited to 'src/scripts/outland/tempest_keep')
-rw-r--r--src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp6
-rw-r--r--src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp4
-rw-r--r--src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp2
-rw-r--r--src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp2
-rw-r--r--src/scripts/outland/tempest_keep/botanica/boss_laj.cpp2
-rw-r--r--src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp4
-rw-r--r--src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp6
-rw-r--r--src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp4
-rw-r--r--src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp18
-rw-r--r--src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp2
-rw-r--r--src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp2
-rw-r--r--src/scripts/outland/tempest_keep/the_eye/the_eye.cpp2
-rw-r--r--src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp2
-rw-r--r--src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp4
-rw-r--r--src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp4
-rw-r--r--src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp2
16 files changed, 33 insertions, 33 deletions
diff --git a/src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp b/src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp
index ec7a500dabf..d089abcfe01 100644
--- a/src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp
+++ b/src/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp
@@ -59,7 +59,7 @@ EndContentData */
#define SPELL_FROSTBOLT 15497
#define SPELL_PYROBLAST 33975
-struct TRINITY_DLL_DECL npc_millhouse_manastormAI : public ScriptedAI
+struct npc_millhouse_manastormAI : public ScriptedAI
{
npc_millhouse_manastormAI(Creature *c) : ScriptedAI(c)
{
@@ -246,7 +246,7 @@ CreatureAI* GetAI_npc_millhouse_manastorm(Creature* pCreature)
#define SPELL_TARGET_OMEGA 36852
#define SPELL_BUBBLE_VISUAL 36849
-struct TRINITY_DLL_DECL npc_warden_mellicharAI : public ScriptedAI
+struct npc_warden_mellicharAI : public ScriptedAI
{
npc_warden_mellicharAI(Creature *c) : ScriptedAI(c)
{
@@ -478,7 +478,7 @@ CreatureAI* GetAI_npc_warden_mellichar(Creature* pCreature)
#define SPELL_VOID_ZONE_DAMAGE 36120
-struct TRINITY_DLL_DECL mob_zerekethvoidzoneAI : public ScriptedAI
+struct mob_zerekethvoidzoneAI : public ScriptedAI
{
mob_zerekethvoidzoneAI(Creature *c) : ScriptedAI(c) {}
diff --git a/src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp b/src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp
index af8c949febe..60e8c7c4430 100644
--- a/src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp
+++ b/src/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp
@@ -53,7 +53,7 @@ EndContentData */
#define SPELL_66_ILLUSION 36931 //entry 21466
#define SPELL_33_ILLUSION 36932 //entry 21467
-struct TRINITY_DLL_DECL boss_harbinger_skyrissAI : public ScriptedAI
+struct boss_harbinger_skyrissAI : public ScriptedAI
{
boss_harbinger_skyrissAI(Creature *c) : ScriptedAI(c)
{
@@ -260,7 +260,7 @@ CreatureAI* GetAI_boss_harbinger_skyriss(Creature* pCreature)
#define SPELL_MIND_REND_IMAGE 36929
#define H_SPELL_MIND_REND_IMAGE 39021
-struct TRINITY_DLL_DECL boss_harbinger_skyriss_illusionAI : public ScriptedAI
+struct boss_harbinger_skyriss_illusionAI : public ScriptedAI
{
boss_harbinger_skyriss_illusionAI(Creature *c) : ScriptedAI(c)
{
diff --git a/src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp b/src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp
index 387fdea6bda..039ee4a913d 100644
--- a/src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp
+++ b/src/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp
@@ -45,7 +45,7 @@ EndScriptData */
4 - Harbinger Skyriss event, 5 sub-events
*/
-struct TRINITY_DLL_DECL instance_arcatraz : public ScriptedInstance
+struct instance_arcatraz : public ScriptedInstance
{
instance_arcatraz(Map* pMap) : ScriptedInstance(pMap) {Initialize();};
diff --git a/src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp b/src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp
index b00704b5c0e..67b80e0f5d4 100644
--- a/src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp
+++ b/src/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp
@@ -41,7 +41,7 @@ EndScriptData */
#define SPELL_PLANT_BLUE 34762
#define SPELL_PLANT_RED 34763
-struct TRINITY_DLL_DECL boss_high_botanist_freywinnAI : public ScriptedAI
+struct boss_high_botanist_freywinnAI : public ScriptedAI
{
boss_high_botanist_freywinnAI(Creature *c) : ScriptedAI(c) {}
diff --git a/src/scripts/outland/tempest_keep/botanica/boss_laj.cpp b/src/scripts/outland/tempest_keep/botanica/boss_laj.cpp
index c8c80e98a18..a3f86d77c23 100644
--- a/src/scripts/outland/tempest_keep/botanica/boss_laj.cpp
+++ b/src/scripts/outland/tempest_keep/botanica/boss_laj.cpp
@@ -43,7 +43,7 @@ EndScriptData */
#define MODEL_FROST 14112
#define MODEL_NATURE 14214
-struct TRINITY_DLL_DECL boss_lajAI : public ScriptedAI
+struct boss_lajAI : public ScriptedAI
{
boss_lajAI(Creature *c) : ScriptedAI(c) {}
diff --git a/src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp b/src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp
index 4ecf654e2bc..8bc0408b046 100644
--- a/src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp
+++ b/src/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp
@@ -29,7 +29,7 @@ EndScriptData */
#define SPELL_HEAL_FATHER 6262
-struct TRINITY_DLL_DECL mob_treantAI : public ScriptedAI
+struct mob_treantAI : public ScriptedAI
{
mob_treantAI (Creature *c) : ScriptedAI(c)
{
@@ -104,7 +104,7 @@ float treant_pos[6][3] =
{106.780159, 355.582581, -27.593357}
};
-struct TRINITY_DLL_DECL boss_warp_splinterAI : public ScriptedAI
+struct boss_warp_splinterAI : public ScriptedAI
{
boss_warp_splinterAI(Creature *c) : ScriptedAI(c)
{
diff --git a/src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp b/src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp
index b9a8887184a..a9c579eadf0 100644
--- a/src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp
+++ b/src/scripts/outland/tempest_keep/the_eye/boss_alar.cpp
@@ -65,7 +65,7 @@ enum WaitEventType
WE_SUMMON = 10
};
-struct TRINITY_DLL_DECL boss_alarAI : public ScriptedAI
+struct boss_alarAI : public ScriptedAI
{
boss_alarAI(Creature *c) : ScriptedAI(c)
{
@@ -426,7 +426,7 @@ CreatureAI* GetAI_boss_alar(Creature* pCreature)
return new boss_alarAI(pCreature);
}
-struct TRINITY_DLL_DECL mob_ember_of_alarAI : public ScriptedAI
+struct mob_ember_of_alarAI : public ScriptedAI
{
mob_ember_of_alarAI(Creature *c) : ScriptedAI(c)
{
@@ -486,7 +486,7 @@ CreatureAI* GetAI_mob_ember_of_alar(Creature* pCreature)
return new mob_ember_of_alarAI(pCreature);
}
-struct TRINITY_DLL_DECL mob_flame_patch_alarAI : public ScriptedAI
+struct mob_flame_patch_alarAI : public ScriptedAI
{
mob_flame_patch_alarAI(Creature *c) : ScriptedAI(c) {}
void Reset() {}
diff --git a/src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp b/src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp
index 20c39baee26..148e174bed2 100644
--- a/src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp
+++ b/src/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp
@@ -69,7 +69,7 @@ const float PORTAL_Z = 17.005f;
// x, y, z, o
static float SolarianPos[4] = {432.909, -373.424, 17.9608, 1.06421};
-struct TRINITY_DLL_DECL boss_high_astromancer_solarianAI : public ScriptedAI
+struct boss_high_astromancer_solarianAI : public ScriptedAI
{
boss_high_astromancer_solarianAI(Creature *c) : ScriptedAI(c), Summons(m_creature)
{
@@ -373,7 +373,7 @@ struct TRINITY_DLL_DECL boss_high_astromancer_solarianAI : public ScriptedAI
}
};
-struct TRINITY_DLL_DECL mob_solarium_priestAI : public ScriptedAI
+struct mob_solarium_priestAI : public ScriptedAI
{
mob_solarium_priestAI(Creature *c) : ScriptedAI(c)
{
diff --git a/src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp b/src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp
index 68ed80f30ae..2962ede14df 100644
--- a/src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp
+++ b/src/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp
@@ -141,7 +141,7 @@ const float afGravityPos[3] = {795.0f, 0.0f, 70.0f};
#define TIME_PHASE_3_4 180000
//Base AI for Advisors
-struct TRINITY_DLL_DECL advisorbase_ai : public ScriptedAI
+struct advisorbase_ai : public ScriptedAI
{
advisorbase_ai(Creature* pCreature) : ScriptedAI(pCreature)
{
@@ -267,7 +267,7 @@ struct TRINITY_DLL_DECL advisorbase_ai : public ScriptedAI
};
//Kael'thas AI
-struct TRINITY_DLL_DECL boss_kaelthasAI : public ScriptedAI
+struct boss_kaelthasAI : public ScriptedAI
{
boss_kaelthasAI(Creature* pCreature) : ScriptedAI(pCreature), summons(m_creature)
{
@@ -966,7 +966,7 @@ struct TRINITY_DLL_DECL boss_kaelthasAI : public ScriptedAI
};
//Thaladred the Darkener AI
-struct TRINITY_DLL_DECL boss_thaladred_the_darkenerAI : public advisorbase_ai
+struct boss_thaladred_the_darkenerAI : public advisorbase_ai
{
boss_thaladred_the_darkenerAI(Creature* pCreature) : advisorbase_ai(pCreature) {}
@@ -1044,7 +1044,7 @@ struct TRINITY_DLL_DECL boss_thaladred_the_darkenerAI : public advisorbase_ai
};
//Lord Sanguinar AI
-struct TRINITY_DLL_DECL boss_lord_sanguinarAI : public advisorbase_ai
+struct boss_lord_sanguinarAI : public advisorbase_ai
{
boss_lord_sanguinarAI(Creature* pCreature) : advisorbase_ai(pCreature) {}
@@ -1097,7 +1097,7 @@ struct TRINITY_DLL_DECL boss_lord_sanguinarAI : public advisorbase_ai
};
//Grand Astromancer Capernian AI
-struct TRINITY_DLL_DECL boss_grand_astromancer_capernianAI : public advisorbase_ai
+struct boss_grand_astromancer_capernianAI : public advisorbase_ai
{
boss_grand_astromancer_capernianAI(Creature* pCreature) : advisorbase_ai(pCreature) {}
@@ -1220,7 +1220,7 @@ struct TRINITY_DLL_DECL boss_grand_astromancer_capernianAI : public advisorbase_
};
//Master Engineer Telonicus AI
-struct TRINITY_DLL_DECL boss_master_engineer_telonicusAI : public advisorbase_ai
+struct boss_master_engineer_telonicusAI : public advisorbase_ai
{
boss_master_engineer_telonicusAI(Creature* pCreature) : advisorbase_ai(pCreature) {}
@@ -1285,7 +1285,7 @@ struct TRINITY_DLL_DECL boss_master_engineer_telonicusAI : public advisorbase_ai
};
//Flame Strike AI
-struct TRINITY_DLL_DECL mob_kael_flamestrikeAI : public Scripted_NoMovementAI
+struct mob_kael_flamestrikeAI : public Scripted_NoMovementAI
{
mob_kael_flamestrikeAI(Creature* pCreature) : Scripted_NoMovementAI(pCreature) {}
@@ -1331,7 +1331,7 @@ struct TRINITY_DLL_DECL mob_kael_flamestrikeAI : public Scripted_NoMovementAI
};
//Phoenix AI
-struct TRINITY_DLL_DECL mob_phoenix_tkAI : public ScriptedAI
+struct mob_phoenix_tkAI : public ScriptedAI
{
mob_phoenix_tkAI(Creature* pCreature) : ScriptedAI(pCreature) {}
@@ -1369,7 +1369,7 @@ struct TRINITY_DLL_DECL mob_phoenix_tkAI : public ScriptedAI
};
//Phoenix Egg AI
-struct TRINITY_DLL_DECL mob_phoenix_egg_tkAI : public ScriptedAI
+struct mob_phoenix_egg_tkAI : public ScriptedAI
{
mob_phoenix_egg_tkAI(Creature* pCreature) : ScriptedAI(pCreature) {}
diff --git a/src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp b/src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp
index ad0e12672f3..ca0f42ed5af 100644
--- a/src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp
+++ b/src/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp
@@ -40,7 +40,7 @@ enum eEnums
SPELL_BERSERK = 27680
};
-struct TRINITY_DLL_DECL boss_void_reaverAI : public ScriptedAI
+struct boss_void_reaverAI : public ScriptedAI
{
boss_void_reaverAI(Creature *c) : ScriptedAI(c)
{
diff --git a/src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp b/src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp
index bff5de8b21d..31e6411f77d 100644
--- a/src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp
+++ b/src/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp
@@ -33,7 +33,7 @@ EndScriptData */
3 - Void Reaver event
*/
-struct TRINITY_DLL_DECL instance_the_eye : public ScriptedInstance
+struct instance_the_eye : public ScriptedInstance
{
instance_the_eye(Map* pMap) : ScriptedInstance(pMap) {Initialize();};
diff --git a/src/scripts/outland/tempest_keep/the_eye/the_eye.cpp b/src/scripts/outland/tempest_keep/the_eye/the_eye.cpp
index 35adff1d7fa..b28acec8f9d 100644
--- a/src/scripts/outland/tempest_keep/the_eye/the_eye.cpp
+++ b/src/scripts/outland/tempest_keep/the_eye/the_eye.cpp
@@ -31,7 +31,7 @@ EndContentData */
#define SPELL_COUNTERCHARGE 35035
#define SPELL_KNOCKAWAY 22893
-struct TRINITY_DLL_DECL mob_crystalcore_devastatorAI : public ScriptedAI
+struct mob_crystalcore_devastatorAI : public ScriptedAI
{
mob_crystalcore_devastatorAI(Creature *c) : ScriptedAI(c) {}
diff --git a/src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp b/src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp
index dd2fb4b4fc9..0710c4ca1c3 100644
--- a/src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp
+++ b/src/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp
@@ -40,7 +40,7 @@ EndScriptData */
#define SPELL_STREAM_OF_MACHINE_FLUID 35311
// Gatewatcher Iron-Hand AI
-struct TRINITY_DLL_DECL boss_gatewatcher_iron_handAI : public ScriptedAI
+struct boss_gatewatcher_iron_handAI : public ScriptedAI
{
boss_gatewatcher_iron_handAI(Creature *c) : ScriptedAI(c)
{
diff --git a/src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp b/src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp
index 1e779383dbc..9b201ef4348 100644
--- a/src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp
+++ b/src/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp
@@ -41,7 +41,7 @@ EndScriptData */
#define SPELL_KNOCKBACK 37317
#define SPELL_SOLARBURN 35267
-struct TRINITY_DLL_DECL boss_nethermancer_sepethreaAI : public ScriptedAI
+struct boss_nethermancer_sepethreaAI : public ScriptedAI
{
boss_nethermancer_sepethreaAI(Creature *c) : ScriptedAI(c)
{
@@ -151,7 +151,7 @@ CreatureAI* GetAI_boss_nethermancer_sepethrea(Creature* pCreature)
#define H_SPELL_INFERNO 39346
#define SPELL_FIRE_TAIL 35278
-struct TRINITY_DLL_DECL mob_ragin_flamesAI : public ScriptedAI
+struct mob_ragin_flamesAI : public ScriptedAI
{
mob_ragin_flamesAI(Creature *c) : ScriptedAI(c)
{
diff --git a/src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp b/src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp
index c049b3cfe28..008a3c2dc61 100644
--- a/src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp
+++ b/src/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp
@@ -48,7 +48,7 @@ EndScriptData */
#define SPELL_DETONATION 35058
#define SPELL_ARCANE_MISSILES 35034
-struct TRINITY_DLL_DECL boss_pathaleon_the_calculatorAI : public ScriptedAI
+struct boss_pathaleon_the_calculatorAI : public ScriptedAI
{
boss_pathaleon_the_calculatorAI(Creature *c) : ScriptedAI(c), summons(m_creature)
{
@@ -166,7 +166,7 @@ CreatureAI* GetAI_boss_pathaleon_the_calculator(Creature* pCreature)
return new boss_pathaleon_the_calculatorAI (pCreature);
}
-struct TRINITY_DLL_DECL mob_nether_wraithAI : public ScriptedAI
+struct mob_nether_wraithAI : public ScriptedAI
{
mob_nether_wraithAI(Creature *c) : ScriptedAI(c) {}
diff --git a/src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp b/src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp
index 794b66e1cec..608778371a9 100644
--- a/src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp
+++ b/src/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp
@@ -26,7 +26,7 @@ EndScriptData */
#define MAX_ENCOUNTER 1
-struct TRINITY_DLL_DECL instance_mechanar : public ScriptedInstance
+struct instance_mechanar : public ScriptedInstance
{
instance_mechanar(Map* pMap) : ScriptedInstance(pMap) {Initialize();};