This commit is contained in:
Raymonf 2024-04-08 23:46:51 -04:00
parent 09b4dcbea9
commit dfbb8ea7af
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ export class LTOApiv0 implements LTOApi {
galders,
items: Object.fromEntries((Object.entries(o.items) as any).map(([k, v]: [string, TricksterItem]):[string, TricksterItem]=>{
v.unique_id = Number(k)
console.log(k, v)
return [k, v]
})),
} as TricksterInventory