mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-06-30 15:45:47 +00:00
user friednly is required table
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user