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/wetlands.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/server/scripts/EasternKingdoms/wetlands.cpp') diff --git a/src/server/scripts/EasternKingdoms/wetlands.cpp b/src/server/scripts/EasternKingdoms/wetlands.cpp index bfac81a4ba0..3dce0f98411 100644 --- a/src/server/scripts/EasternKingdoms/wetlands.cpp +++ b/src/server/scripts/EasternKingdoms/wetlands.cpp @@ -44,7 +44,8 @@ enum eTapokeSlim NPC_SLIMS_FRIEND = 4971, NPC_TAPOKE_SLIM_JAHN = 4962 }; - class npc_tapoke_slim_jahn : public CreatureScript + +class npc_tapoke_slim_jahn : public CreatureScript { public: npc_tapoke_slim_jahn() : CreatureScript("npc_tapoke_slim_jahn") { } @@ -138,7 +139,8 @@ public: /*###### ## npc_mikhail ######*/ - class npc_mikhail : public CreatureScript + +class npc_mikhail : public CreatureScript { public: npc_mikhail() : CreatureScript("npc_mikhail") { } -- cgit v1.2.3