From 5a1a0802eb92f62335dff0cc7134de3d95c87e53 Mon Sep 17 00:00:00 2001 From: Caeldeth Date: Sat, 25 Apr 2026 21:07:12 -0500 Subject: [PATCH] fix misplaced parens in HpRegenPerTick/MpRegenPerTick formulas Min(...) was receiving a single argument because the closing paren landed at the end of the expression instead of after the inner multiplication. The cap term (maxHP/MP * 0.20) was being swallowed into the first arg, so Min() effectively did nothing. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/XSD/ServerConfig.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/XSD/ServerConfig.xsd b/src/XSD/ServerConfig.xsd index 20cf937..83f155b 100644 --- a/src/XSD/ServerConfig.xsd +++ b/src/XSD/ServerConfig.xsd @@ -246,8 +246,8 @@ - - + +