aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/ScarletEnclave
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/ScarletEnclave
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/ScarletEnclave')
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp36
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp15
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp6
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletEnclave/the_scarlet_enclave.cpp3
4 files changed, 40 insertions, 20 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
index 72c856730b6..ebca15f0068 100644
--- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
@@ -89,7 +89,8 @@ enum UnworthyInitiatePhase
PHASE_TO_ATTACK,
PHASE_ATTACKING,
};
- class npc_unworthy_initiate : public CreatureScript
+
+class npc_unworthy_initiate : public CreatureScript
{
public:
npc_unworthy_initiate() : CreatureScript("npc_unworthy_initiate") { }
@@ -278,7 +279,8 @@ public:
};
- class npc_unworthy_initiate_anchor : public CreatureScript
+
+class npc_unworthy_initiate_anchor : public CreatureScript
{
public:
npc_unworthy_initiate_anchor() : CreatureScript("npc_unworthy_initiate_anchor") { }
@@ -307,7 +309,8 @@ public:
- class go_acherus_soul_prison : public GameObjectScript
+
+class go_acherus_soul_prison : public GameObjectScript
{
public:
go_acherus_soul_prison() : GameObjectScript("go_acherus_soul_prison") { }
@@ -355,7 +358,8 @@ int32 m_auiRandomSay[] =
{
SAY_DUEL_A, SAY_DUEL_B, SAY_DUEL_C, SAY_DUEL_D, SAY_DUEL_E, SAY_DUEL_F, SAY_DUEL_G, SAY_DUEL_H, SAY_DUEL_I
};
- class npc_death_knight_initiate : public CreatureScript
+
+class npc_death_knight_initiate : public CreatureScript
{
public:
npc_death_knight_initiate() : CreatureScript("npc_death_knight_initiate") { }
@@ -519,7 +523,8 @@ public:
#define DESPAWN_HORSE 52267
#define SAY_DARK_RIDER "The realm of shadows awaits..."
- class npc_dark_rider_of_acherus : public CreatureScript
+
+class npc_dark_rider_of_acherus : public CreatureScript
{
public:
npc_dark_rider_of_acherus() : CreatureScript("npc_dark_rider_of_acherus") { }
@@ -611,7 +616,8 @@ enum eSalanar
CALL_DARK_RIDER = 52266,
SPELL_EFFECT_OVERTAKE = 52349
};
- class npc_salanar_the_horseman : public CreatureScript
+
+class npc_salanar_the_horseman : public CreatureScript
{
public:
npc_salanar_the_horseman() : CreatureScript("npc_salanar_the_horseman") { }
@@ -677,7 +683,8 @@ public:
/*######
## npc_ros_dark_rider
######*/
- class npc_ros_dark_rider : public CreatureScript
+
+class npc_ros_dark_rider : public CreatureScript
{
public:
npc_ros_dark_rider() : CreatureScript("npc_ros_dark_rider") { }
@@ -728,7 +735,8 @@ enum SG
{
GHOULS = 28845,
GHOSTS = 28846,
-}; class npc_dkc1_gothik : public CreatureScript
+};
+class npc_dkc1_gothik : public CreatureScript
{
public:
npc_dkc1_gothik() : CreatureScript("npc_dkc1_gothik") { }
@@ -772,7 +780,8 @@ public:
};
- class npc_scarlet_ghoul : public CreatureScript
+
+class npc_scarlet_ghoul : public CreatureScript
{
public:
npc_scarlet_ghoul() : CreatureScript("npc_scarlet_ghoul") { }
@@ -862,7 +871,8 @@ public:
#define SPELL_CART_CHECK 54173
#define SPELL_CART_DRAG 52465
- class npc_scarlet_miner_cart : public CreatureScript
+
+class npc_scarlet_miner_cart : public CreatureScript
{
public:
npc_scarlet_miner_cart() : CreatureScript("npc_scarlet_miner_cart") { }
@@ -916,7 +926,8 @@ public:
#define SAY_SCARLET_MINER1 "Where'd this come from? I better get this down to the ships before the foreman sees it!"
#define SAY_SCARLET_MINER2 "Now I can have a rest!"
- class npc_scarlet_miner : public CreatureScript
+
+class npc_scarlet_miner : public CreatureScript
{
public:
npc_scarlet_miner() : CreatureScript("npc_scarlet_miner") { }
@@ -1051,7 +1062,8 @@ public:
######*/
#define SPELL_CART_SUMM 52463
- class go_inconspicuous_mine_car : public GameObjectScript
+
+class go_inconspicuous_mine_car : public GameObjectScript
{
public:
go_inconspicuous_mine_car() : GameObjectScript("go_inconspicuous_mine_car") { }
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
index d7a7942fd3b..98193741d77 100644
--- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
@@ -43,7 +43,8 @@ enum win_friends
SAY_PERSUADED6 = -1609519,
SPELL_PERSUASIVE_STRIKE = 52781
};
- class npc_crusade_persuaded : public CreatureScript
+
+class npc_crusade_persuaded : public CreatureScript
{
public:
npc_crusade_persuaded() : CreatureScript("npc_crusade_persuaded") { }
@@ -171,7 +172,8 @@ enum eKoltira
//NPC_DEATH_KNIGHT_MOUNT = 29201,
MODEL_DEATH_KNIGHT_MOUNT = 25278
};
- class npc_koltira_deathweaver : public CreatureScript
+
+class npc_koltira_deathweaver : public CreatureScript
{
public:
npc_koltira_deathweaver() : CreatureScript("npc_koltira_deathweaver") { }
@@ -351,7 +353,8 @@ enum ScarletCourierEnum
GO_INCONSPICUOUS_TREE = 191144,
NPC_SCARLET_COURIER = 29076
};
- class mob_scarlet_courier : public CreatureScript
+
+class mob_scarlet_courier : public CreatureScript
{
public:
mob_scarlet_courier() : CreatureScript("mob_scarlet_courier") { }
@@ -445,7 +448,8 @@ enum valroth
SPELL_VALROTH_SMITE = 52926,
SPELL_SUMMON_VALROTH_REMAINS = 52929
};
- class mob_high_inquisitor_valroth : public CreatureScript
+
+class mob_high_inquisitor_valroth : public CreatureScript
{
public:
mob_high_inquisitor_valroth() : CreatureScript("mob_high_inquisitor_valroth") { }
@@ -581,7 +585,8 @@ enum SpecialSurprise
NPC_PLAGUEFIST = 29053
};
- class npc_a_special_surprise : public CreatureScript
+
+class npc_a_special_surprise : public CreatureScript
{
public:
npc_a_special_surprise() : CreatureScript("npc_a_special_surprise") { }
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp
index 8d97daa1557..25d82a2b9c2 100644
--- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp
@@ -282,7 +282,8 @@ static Locations LightofDawnLoc[]=
{2272.709, -5255.552, 78.226, 0}, // 28 Lich king kicked
{2273.972, -5257.676, 78.862, 0} // 29 Lich king moves forward
};
- class npc_highlord_darion_mograine : public CreatureScript
+
+class npc_highlord_darion_mograine : public CreatureScript
{
public:
npc_highlord_darion_mograine() : CreatureScript("npc_highlord_darion_mograine") { }
@@ -1658,7 +1659,8 @@ public:
/*######
## npc the lich king in dawn of light
-######*/ class npc_the_lich_king_tirion_dawn : public CreatureScript
+######*/
+class npc_the_lich_king_tirion_dawn : public CreatureScript
{
public:
npc_the_lich_king_tirion_dawn() : CreatureScript("npc_the_lich_king_tirion_dawn") { }
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/the_scarlet_enclave.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/the_scarlet_enclave.cpp
index 35d7baec4a3..77afd6ceba4 100644
--- a/src/server/scripts/EasternKingdoms/ScarletEnclave/the_scarlet_enclave.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/the_scarlet_enclave.cpp
@@ -22,7 +22,8 @@
####*/
#define SPELL_REVIVE 51918
#define VALK_WHISPER "It is not yet your time, champion. Rise! Rise and fight once more!"
- class npc_valkyr_battle_maiden : public CreatureScript
+
+class npc_valkyr_battle_maiden : public CreatureScript
{
public:
npc_valkyr_battle_maiden() : CreatureScript("npc_valkyr_battle_maiden") { }