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/ghostlands.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/ghostlands.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/ghostlands.cpp | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/ghostlands.cpp b/src/server/scripts/EasternKingdoms/ghostlands.cpp index 5ce868444a4..01ad05afab4 100644 --- a/src/server/scripts/EasternKingdoms/ghostlands.cpp +++ b/src/server/scripts/EasternKingdoms/ghostlands.cpp @@ -38,7 +38,8 @@ EndContentData */ ######*/ #define GOSSIP_H_BKD "Take Blood Knight Insignia" -
class npc_blood_knight_dawnstar : public CreatureScript + +class npc_blood_knight_dawnstar : public CreatureScript { public: npc_blood_knight_dawnstar() : CreatureScript("npc_blood_knight_dawnstar") { } @@ -76,7 +77,8 @@ public: ######*/ #define GOSSIP_HBN "You gave the crew disguises?" -
class npc_budd_nedreck : public CreatureScript + +class npc_budd_nedreck : public CreatureScript { public: npc_budd_nedreck() : CreatureScript("npc_budd_nedreck") { } @@ -109,7 +111,8 @@ public: /*###### ## npc_rathis_tomber ######*/ -
class npc_rathis_tomber : public CreatureScript + +class npc_rathis_tomber : public CreatureScript { public: npc_rathis_tomber() : CreatureScript("npc_rathis_tomber") { } @@ -158,7 +161,8 @@ enum eEnums NPC_CAPTAIN_HELIOS = 16220, FACTION_SMOON_E = 1603, }; -
class npc_ranger_lilatha : public CreatureScript + +class npc_ranger_lilatha : public CreatureScript { public: npc_ranger_lilatha() : CreatureScript("npc_ranger_lilatha") { } |