fix!: add missing skill rating case to parameter expression
This commit is contained in:
@@ -120,5 +120,6 @@ const ExpressionBasedParameterExpressionValue = DB.Enum(import.meta.url, {
|
||||
Constant: DB.EnumCase({ type: DB.Integer({ minimum: 1 }) }),
|
||||
QualityLevels: DB.EnumCase({ type: null }),
|
||||
SkillPoints: DB.EnumCase({ type: null }),
|
||||
SkillRating: DB.EnumCase({ type: null }),
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user