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