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/westfall.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/server/scripts/EasternKingdoms/westfall.cpp') diff --git a/src/server/scripts/EasternKingdoms/westfall.cpp b/src/server/scripts/EasternKingdoms/westfall.cpp index 14e33177555..6621914d789 100644 --- a/src/server/scripts/EasternKingdoms/westfall.cpp +++ b/src/server/scripts/EasternKingdoms/westfall.cpp @@ -48,7 +48,8 @@ enum eEnums NPC_DEFIAS_RAIDER = 6180, EQUIP_ID_RIFLE = 2511 }; - class npc_daphne_stilwell : public CreatureScript + +class npc_daphne_stilwell : public CreatureScript { public: npc_daphne_stilwell() : CreatureScript("npc_daphne_stilwell") { } @@ -200,7 +201,8 @@ public: #define SAY_AGGRO_2 -1000105 #define QUEST_DEFIAS_BROTHERHOOD 155 - class npc_defias_traitor : public CreatureScript + +class npc_defias_traitor : public CreatureScript { public: npc_defias_traitor() : CreatureScript("npc_defias_traitor") { } -- cgit v1.2.3