aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/Stratholme
diff options
context:
space:
mode:
authorclick <none@none>2010-08-09 01:52:26 +0200
committerclick <none@none>2010-08-09 01:52:26 +0200
commitabd261b1a1d95f0b11385d26fc8867b5b8e38ffc (patch)
treed20434506fbd86bc889007fd4dcd0c0251741ede /src/server/scripts/EasternKingdoms/Stratholme
parent910864c8566173ba086019ea49af2a2b5a752375 (diff)
Replace (CR) character from all converted scripts and replace it with it's proper (LF) counterpart
- should fix the "linking scripts" failure (not tested) --HG-- branch : trunk
Diffstat (limited to 'src/server/scripts/EasternKingdoms/Stratholme')
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_baron_rivendare.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_cannon_master_willey.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_magistrate_barthilas.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_maleki_the_pallid.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_nerubenkan.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_postmaster_malown.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_ramstein_the_gorger.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/boss_timmy_the_cruel.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp3
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp12
12 files changed, 30 insertions, 15 deletions
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_baron_rivendare.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_baron_rivendare.cpp
index 33af2acdb57..845c61afa39 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_baron_rivendare.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_baron_rivendare.cpp
@@ -76,7 +76,8 @@ EndScriptData */
#define SPELL_RAISE_DEAD4 17478
#define SPELL_RAISE_DEAD5 17479
#define SPELL_RAISE_DEAD6 17480
- class boss_baron_rivendare : public CreatureScript
+
+class boss_baron_rivendare : public CreatureScript
{
public:
boss_baron_rivendare() : CreatureScript("boss_baron_rivendare") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp
index ddf3e3a7e3d..ee24d80cc74 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_baroness_anastari.cpp
@@ -30,7 +30,8 @@ EndScriptData */
#define SPELL_BANSHEECURSE 16867
#define SPELL_SILENCE 18327
//#define SPELL_POSSESS 17244
- class boss_baroness_anastari : public CreatureScript
+
+class boss_baroness_anastari : public CreatureScript
{
public:
boss_baroness_anastari() : CreatureScript("boss_baroness_anastari") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_cannon_master_willey.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_cannon_master_willey.cpp
index eb4bbdec36c..151a26d1a09 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_cannon_master_willey.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_cannon_master_willey.cpp
@@ -75,7 +75,8 @@ EndScriptData */
#define SPELL_PUMMEL 15615
#define SPELL_SHOOT 16496
//#define SPELL_SUMMONCRIMSONRIFLEMAN 17279
- class boss_cannon_master_willey : public CreatureScript
+
+class boss_cannon_master_willey : public CreatureScript
{
public:
boss_cannon_master_willey() : CreatureScript("boss_cannon_master_willey") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp
index c740bc39459..733fcb8e717 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp
@@ -64,7 +64,8 @@ SummonDef m_aSummonPoint[]=
{3460.975, -3078.901, 135.002, 3.784}, //G2 back left
{3457.338, -3073.979, 135.002, 3.784} //G2 back, right
};
- class boss_dathrohan_balnazzar : public CreatureScript
+
+class boss_dathrohan_balnazzar : public CreatureScript
{
public:
boss_dathrohan_balnazzar() : CreatureScript("boss_dathrohan_balnazzar") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_magistrate_barthilas.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_magistrate_barthilas.cpp
index 075117d9721..644fe6700b4 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_magistrate_barthilas.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_magistrate_barthilas.cpp
@@ -33,7 +33,8 @@ EndScriptData */
#define MODEL_NORMAL 10433
#define MODEL_HUMAN 3637
- class boss_magistrate_barthilas : public CreatureScript
+
+class boss_magistrate_barthilas : public CreatureScript
{
public:
boss_magistrate_barthilas() : CreatureScript("boss_magistrate_barthilas") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_maleki_the_pallid.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_maleki_the_pallid.cpp
index e65694baaec..9327319c666 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_maleki_the_pallid.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_maleki_the_pallid.cpp
@@ -30,7 +30,8 @@ EndScriptData */
#define SPELL_DRAINLIFE 20743
#define SPELL_DRAIN_MANA 17243
#define SPELL_ICETOMB 16869
- class boss_maleki_the_pallid : public CreatureScript
+
+class boss_maleki_the_pallid : public CreatureScript
{
public:
boss_maleki_the_pallid() : CreatureScript("boss_maleki_the_pallid") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_nerubenkan.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_nerubenkan.cpp
index 19cb00172b8..dc74b1757a4 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_nerubenkan.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_nerubenkan.cpp
@@ -30,7 +30,8 @@ EndScriptData */
#define SPELL_PIERCEARMOR 6016
#define SPELL_CRYPT_SCARABS 31602
#define SPELL_RAISEUNDEADSCARAB 17235
- class boss_nerubenkan : public CreatureScript
+
+class boss_nerubenkan : public CreatureScript
{
public:
boss_nerubenkan() : CreatureScript("boss_nerubenkan") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_postmaster_malown.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_postmaster_malown.cpp
index 26934d10137..6ab49c5b357 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_postmaster_malown.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_postmaster_malown.cpp
@@ -35,7 +35,8 @@ EndScriptData */
#define SPELL_CURSEOFWEAKNESS 8552
#define SPELL_CURSEOFTONGUES 12889
#define SPELL_CALLOFTHEGRAVE 17831
- class boss_postmaster_malown : public CreatureScript
+
+class boss_postmaster_malown : public CreatureScript
{
public:
boss_postmaster_malown() : CreatureScript("boss_postmaster_malown") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_ramstein_the_gorger.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_ramstein_the_gorger.cpp
index 62ab92965b3..51f599d9167 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_ramstein_the_gorger.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_ramstein_the_gorger.cpp
@@ -30,7 +30,8 @@ EndScriptData */
#define SPELL_KNOCKOUT 17307
#define C_MINDLESS_UNDEAD 11030
- class boss_ramstein_the_gorger : public CreatureScript
+
+class boss_ramstein_the_gorger : public CreatureScript
{
public:
boss_ramstein_the_gorger() : CreatureScript("boss_ramstein_the_gorger") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_timmy_the_cruel.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_timmy_the_cruel.cpp
index 751fec2de38..bb828b7e0f5 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_timmy_the_cruel.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_timmy_the_cruel.cpp
@@ -28,7 +28,8 @@ EndScriptData */
#define SAY_SPAWN "TIMMY!"
#define SPELL_RAVENOUSCLAW 17470
- class boss_timmy_the_cruel : public CreatureScript
+
+class boss_timmy_the_cruel : public CreatureScript
{
public:
boss_timmy_the_cruel() : CreatureScript("boss_timmy_the_cruel") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp
index 1baae222285..bc309971260 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp
@@ -48,7 +48,8 @@ EndScriptData */
#define C_YSIDA 16031
#define MAX_ENCOUNTER 6
- class instance_stratholme : public InstanceMapScript
+
+class instance_stratholme : public InstanceMapScript
{
public:
instance_stratholme() : InstanceMapScript("instance_stratholme") { }
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp
index dfb691fa65d..4c24bf39789 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp
@@ -36,7 +36,8 @@ EndContentData */
/*######
## go_gauntlet_gate (this is the _first_ of the gauntlet gates, two exist)
######*/
- class go_gauntlet_gate : public GameObjectScript
+
+class go_gauntlet_gate : public GameObjectScript
{
public:
go_gauntlet_gate() : GameObjectScript("go_gauntlet_gate") { }
@@ -84,7 +85,8 @@ public:
#define SAY_ZAPPED1 -1329001
#define SAY_ZAPPED2 -1329002
#define SAY_ZAPPED3 -1329003
- class mob_freed_soul : public CreatureScript
+
+class mob_freed_soul : public CreatureScript
{
public:
mob_freed_soul() : CreatureScript("mob_freed_soul") { }
@@ -118,7 +120,8 @@ public:
#define QUEST_RESTLESS_SOUL 5282
#define ENTRY_RESTLESS 11122
#define ENTRY_FREED 11136
- class mob_restless_soul : public CreatureScript
+
+class mob_restless_soul : public CreatureScript
{
public:
mob_restless_soul() : CreatureScript("mob_restless_soul") { }
@@ -196,7 +199,8 @@ enum eGhostlyCitizenSpells
SPELL_HAUNTING_PHANTOM = 16336,
SPELL_SLAP = 6754
};
- class mobs_spectral_ghostly_citizen : public CreatureScript
+
+class mobs_spectral_ghostly_citizen : public CreatureScript
{
public:
mobs_spectral_ghostly_citizen() : CreatureScript("mobs_spectral_ghostly_citizen") { }