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/duskwood.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/duskwood.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/duskwood.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/duskwood.cpp b/src/server/scripts/EasternKingdoms/duskwood.cpp index f40aa0fd86f..904e1001dcf 100644 --- a/src/server/scripts/EasternKingdoms/duskwood.cpp +++ b/src/server/scripts/EasternKingdoms/duskwood.cpp @@ -28,7 +28,8 @@ EndScriptData */ /*###### # at_twilight_grove ######*/ -
class at_twilight_grove : public AreaTriggerScript + +class at_twilight_grove : public AreaTriggerScript { public: at_twilight_grove() : AreaTriggerScript("at_twilight_grove") { } @@ -61,7 +62,8 @@ public: #define SPELL_SOUL_CORRUPTION 25805 #define SPELL_CREATURE_OF_NIGHTMARE 25806 #define SPELL_LEVEL_UP 24312 -
class boss_twilight_corrupter : public CreatureScript + +class boss_twilight_corrupter : public CreatureScript { public: boss_twilight_corrupter() : CreatureScript("boss_twilight_corrupter") { } |