diff --git a/src/reward_system.cpp b/src/reward_system.cpp index a1b79d1..2eaecaf 100644 --- a/src/reward_system.cpp +++ b/src/reward_system.cpp @@ -13,6 +13,7 @@ uint32 Max_roll; class reward_system : public PlayerScript { + public: reward_system() : PlayerScript("reward_system") {}