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/Custom/test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/scripts/Custom/test.cpp') 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") { } -- cgit v1.2.3