From abd261b1a1d95f0b11385d26fc8867b5b8e38ffc Mon Sep 17 00:00:00 2001 From: click Date: Mon, 9 Aug 2010 01:52:26 +0200 Subject: 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 --- src/server/scripts/EasternKingdoms/undercity.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/server/scripts/EasternKingdoms/undercity.cpp') 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") { } -- cgit v1.2.3