mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-16 11:03:30 +01:00
parent
a72b380c71
commit
fae932280c
@ -99,7 +99,7 @@ export class MasteryService {
|
||||
for (const gv of gameVersions) {
|
||||
this.unlockableMasteryData[gv] = new Map()
|
||||
|
||||
for (const [_, pkg] of this.masteryPackages[gv]) {
|
||||
for (const pkg of this.masteryPackages[gv].values()) {
|
||||
if (pkg.SubPackages) {
|
||||
for (const subPkg of pkg.SubPackages) {
|
||||
for (const drop of subPkg.Drops) {
|
||||
|
Loading…
Reference in New Issue
Block a user