Corrected description of new maximum field

This commit is contained in:
Lector
2026-05-31 12:17:46 +02:00
parent 10bee6c2d1
commit fcf0a4e785
+1 -1
View File
@@ -749,7 +749,7 @@ const SkillsOptions = DB.TypeAlias(import.meta.url, {
}),
maximum: DB.Optional({
comment:
"If specified, you can only improve a single skill up to that many times with the provided AP value.",
"If specified, you can only improve a single skill to that maximum with the provided AP value.",
type: DB.Integer({ minimum: 1 }),
}),
}),