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/Custom/test.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/Custom/test.cpp')
-rw-r--r-- | src/server/scripts/Custom/test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/Custom/test.cpp b/src/server/scripts/Custom/test.cpp index 024b06fff0e..87ee59369b3 100644 --- a/src/server/scripts/Custom/test.cpp +++ b/src/server/scripts/Custom/test.cpp @@ -152,7 +152,8 @@ struct TRINITY_DLL_DECL npc_testAI : public npc_escortAI } } }; -
class test : public CreatureScript + +class test : public CreatureScript { public: test() : CreatureScript("test") { } |