update XP scale

This commit is contained in:
2025-02-23 16:40:41 -06:00
parent be27262e47
commit b48d294eca
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1061,7 +1061,7 @@ public class PlayerCombatStats {
if (pc.level >= 26 && pc.level <= 75)
{
mod = 0.10f - (0.001f * (pc.level - 25));
mod = 0.10f - (0.001f * (pc.level - 24));
}
else if (pc.level > 75)
{