From 9fd5ae981e68853dccbdfcc87ccc3163cf25f09d Mon Sep 17 00:00:00 2001 From: David Cernat Date: Wed, 28 Sep 2016 07:59:53 +0300 Subject: [PATCH] Add missing backslash --- apps/openmw-mp/Script/Functions/Stats.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/Script/Functions/Stats.hpp b/apps/openmw-mp/Script/Functions/Stats.hpp index f6cfefaaf..0a9542486 100644 --- a/apps/openmw-mp/Script/Functions/Stats.hpp +++ b/apps/openmw-mp/Script/Functions/Stats.hpp @@ -64,7 +64,7 @@ {"SetCharGenStage", StatsFunctions::SetCharGenStage},\ {"Resurrect", StatsFunctions::Resurrect},\ {"SendBaseInfo", StatsFunctions::SendBaseInfo},\ - + \ {"SendDynamicStatsBase", StatsFunctions::SendDynamicStatsBase}, \ {"SendDynamicStatsCurrent", StatsFunctions::SendDynamicStatsCurrent}, \ {"SendAttributes", StatsFunctions::SendAttributes},\