feat(character): add mounts
This commit is contained in:
parent
d0eb86daa7
commit
b19bd0b0a3
11 changed files with 239 additions and 121 deletions
|
|
@ -300,7 +300,9 @@ async function readDbcData(): Promise<void> {
|
|||
|
||||
dbcMountDisplayByMountId = {};
|
||||
for await (const row of dbc.mountDisplay()) {
|
||||
dbcMountDisplayByMountId[row.mountId] = row;
|
||||
if (!(row.mountId in dbcMountDisplayByMountId)) {
|
||||
dbcMountDisplayByMountId[row.mountId] = row;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue