diff options
author | click <none@none> | 2010-08-09 01:52:26 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-09 01:52:26 +0200 |
commit | abd261b1a1d95f0b11385d26fc8867b5b8e38ffc (patch) | |
tree | d20434506fbd86bc889007fd4dcd0c0251741ede /src/server/scripts/EasternKingdoms/undercity.cpp | |
parent | 910864c8566173ba086019ea49af2a2b5a752375 (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/undercity.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/undercity.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/server/scripts/EasternKingdoms/undercity.cpp b/src/server/scripts/EasternKingdoms/undercity.cpp index 7d3e831be1c..31e67d985a9 100644 --- a/src/server/scripts/EasternKingdoms/undercity.cpp +++ b/src/server/scripts/EasternKingdoms/undercity.cpp @@ -56,7 +56,8 @@ float HighborneLoc[4][3]= #define HIGHBORNE_LOC_Y -61.00 #define HIGHBORNE_LOC_Y_NEW -55.50 -
class npc_lady_sylvanas_windrunner : public CreatureScript + +class npc_lady_sylvanas_windrunner : public CreatureScript { public: npc_lady_sylvanas_windrunner() : CreatureScript("npc_lady_sylvanas_windrunner") { } @@ -145,7 +146,8 @@ public: /*###### ## npc_highborne_lamenter ######*/ -
class npc_highborne_lamenter : public CreatureScript + +class npc_highborne_lamenter : public CreatureScript { public: npc_highborne_lamenter() : CreatureScript("npc_highborne_lamenter") { } @@ -208,7 +210,8 @@ public: #define GOSSIP_HPF1 "Gul'dan" #define GOSSIP_HPF2 "Kel'Thuzad" #define GOSSIP_HPF3 "Ner'zhul" -
class npc_parqual_fintallas : public CreatureScript + +class npc_parqual_fintallas : public CreatureScript { public: npc_parqual_fintallas() : CreatureScript("npc_parqual_fintallas") { } |