fix: change "unknown" to normal category

This commit is contained in:
Anna 2021-05-17 14:27:47 -04:00
parent a66210ec06
commit 52392e0544
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ namespace NoSoliciting {
? "custom"
: this.ItemLevel
? "ilvl"
: this.Classification?.ToModelName() ?? "unknown",
: this.Classification?.ToModelName() ?? MessageCategory.Normal.ToModelName(),
SuggestedClassification = suggested,
};