diff options
author | click <none@none> | 2010-08-09 01:52:26 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-09 01:52:26 +0200 |
commit | abd261b1a1d95f0b11385d26fc8867b5b8e38ffc (patch) | |
tree | d20434506fbd86bc889007fd4dcd0c0251741ede /src/server/scripts/EasternKingdoms/westfall.cpp | |
parent | 910864c8566173ba086019ea49af2a2b5a752375 (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/westfall.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/westfall.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
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") { } |