mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 01:37:17 +00:00
user friednly is required table
This commit is contained in:
parent
b2256784dd
commit
fcacd9f15c
@ -310,7 +310,7 @@
|
|||||||
return {
|
return {
|
||||||
nick: stat.nick,
|
nick: stat.nick,
|
||||||
job: stat.job,
|
job: stat.job,
|
||||||
isRequired: stat.isRequired,
|
isRequired: stat.isRequired ? "yes" : "no",
|
||||||
lootCount: stat.lootCount,
|
lootCount: stat.lootCount,
|
||||||
lootCountBiS: stat.lootCountBiS,
|
lootCountBiS: stat.lootCountBiS,
|
||||||
lootCountTotal: stat.lootCountTotal,
|
lootCountTotal: stat.lootCountTotal,
|
||||||
|
Loading…
Reference in New Issue
Block a user