From fcacd9f15cd25b69dd421067c43db7be57f8e221 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Wed, 19 Jan 2022 15:09:45 +0300 Subject: [PATCH] user friednly is required table --- src/main/resources/html/loot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/html/loot.html b/src/main/resources/html/loot.html index e7611d3..0120164 100644 --- a/src/main/resources/html/loot.html +++ b/src/main/resources/html/loot.html @@ -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,