aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/wetlands.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-08-09 01:52:26 +0200
committerclick <none@none>2010-08-09 01:52:26 +0200
commitabd261b1a1d95f0b11385d26fc8867b5b8e38ffc (patch)
treed20434506fbd86bc889007fd4dcd0c0251741ede /src/server/scripts/EasternKingdoms/wetlands.cpp
parent910864c8566173ba086019ea49af2a2b5a752375 (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/wetlands.cpp')
-rw-r--r--src/server/scripts/EasternKingdoms/wetlands.cpp6
1 files changed, 4 insertions, 2 deletions
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") { }