mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-08-16 19:19:29 +02:00
@ -99,7 +99,7 @@ export class MasteryService {
|
|||||||
for (const gv of gameVersions) {
|
for (const gv of gameVersions) {
|
||||||
this.unlockableMasteryData[gv] = new Map()
|
this.unlockableMasteryData[gv] = new Map()
|
||||||
|
|
||||||
for (const [_, pkg] of this.masteryPackages[gv]) {
|
for (const pkg of this.masteryPackages[gv].values()) {
|
||||||
if (pkg.SubPackages) {
|
if (pkg.SubPackages) {
|
||||||
for (const subPkg of pkg.SubPackages) {
|
for (const subPkg of pkg.SubPackages) {
|
||||||
for (const drop of subPkg.Drops) {
|
for (const drop of subPkg.Drops) {
|
||||||
|
Reference in New Issue
Block a user