diff options
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") { } |