From 977b277cdd1cfcf22d573eeef2533acf9b35a765 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Fri, 30 Sep 2016 05:08:11 +0300 Subject: [PATCH] Add missing entries for level progress functions --- apps/openmw-mp/Script/Functions/Stats.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/openmw-mp/Script/Functions/Stats.hpp b/apps/openmw-mp/Script/Functions/Stats.hpp index 7a2668688..48cd4e4ad 100644 --- a/apps/openmw-mp/Script/Functions/Stats.hpp +++ b/apps/openmw-mp/Script/Functions/Stats.hpp @@ -23,6 +23,8 @@ \ {"GetLevel", StatsFunctions::GetLevel},\ {"SetLevel", StatsFunctions::SetLevel},\ + {"GetLevelProgress", StatsFunctions::GetLevelProgress},\ + {"SetLevelProgress", StatsFunctions::SetLevelProgress},\ \ {"GetBirthsign", StatsFunctions::GetBirthsign},\ {"SetBirthsign", StatsFunctions::SetBirthsign},\