diff --git a/components/candle/masteryService.ts b/components/candle/masteryService.ts index b804efbd..1cc29968 100644 --- a/components/candle/masteryService.ts +++ b/components/candle/masteryService.ts @@ -96,7 +96,7 @@ export class MasteryService { * location and level based on unlockable ID, avoiding big-O operation for `getMasteryForUnlockable`. * @param gameVersions Game version(s) to process. */ - registerDrops(...gameVersions: GameVersion[]) { + rebuildDropIndexes(...gameVersions: GameVersion[]) { for (const gv of gameVersions) { this.unlockableMasteryData[gv] = new Map() diff --git a/components/controller.ts b/components/controller.ts index fd484fca..10dec82a 100644 --- a/components/controller.ts +++ b/components/controller.ts @@ -930,7 +930,7 @@ export class Controller { ) // Reprocess drops for all versions - this.masteryService.registerDrops("h1", "scpc", "h2", "h3") + this.masteryService.rebuildDropIndexes("h1", "scpc", "h2", "h3") } private async _handleResources(