From 427d48fb3de4562f84db4f4d3476e1902cd97a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Sun, 30 May 2021 22:16:31 +0200 Subject: [PATCH] chore: trigger build --- src/reward_system.cpp | 1 + 1 file changed, 1 insertion(+) 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") {}