rarity was changed from Normal to Quest #800

This commit is contained in:
Alexander Drozdov
2022-12-21 12:54:11 +02:00
parent 0d031392b1
commit 49f2d1ea5c
5 changed files with 5 additions and 0 deletions

View File

@@ -298,6 +298,7 @@ function parseNamePlate (section: string[]) {
item.category = ItemCategory.Gem
break
case _$.RARITY_NORMAL:
case _$.RARITY_QUEST:
item.rarity = ItemRarity.Normal
break
case _$.RARITY_MAGIC: