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/hinterlands.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/server/scripts/EasternKingdoms/hinterlands.cpp') diff --git a/src/server/scripts/EasternKingdoms/hinterlands.cpp b/src/server/scripts/EasternKingdoms/hinterlands.cpp index 1ce459560d1..519172f4820 100644 --- a/src/server/scripts/EasternKingdoms/hinterlands.cpp +++ b/src/server/scripts/EasternKingdoms/hinterlands.cpp @@ -51,7 +51,8 @@ enum eOOX FACTION_ESCORTEE_A = 774, FACTION_ESCORTEE_H = 775 }; - class npc_00x09hl : public CreatureScript + +class npc_00x09hl : public CreatureScript { public: npc_00x09hl() : CreatureScript("npc_00x09hl") { } @@ -186,7 +187,8 @@ Location m_afAmbushMoveTo[] = {166.630386, -2824.780273, 108.153}, {70.886589, -2874.335449, 116.675} }; - class npc_rinji : public CreatureScript + +class npc_rinji : public CreatureScript { public: npc_rinji() : CreatureScript("npc_rinji") { } -- cgit v1.2.3