user friednly is required table

This commit is contained in:
Evgenii Alekseev 2022-01-19 15:09:45 +03:00
parent b2256784dd
commit fcacd9f15c

View File

@ -310,7 +310,7 @@
return {
nick: stat.nick,
job: stat.job,
isRequired: stat.isRequired,
isRequired: stat.isRequired ? "yes" : "no",
lootCount: stat.lootCount,
lootCountBiS: stat.lootCountBiS,
lootCountTotal: stat.lootCountTotal,