From b1cf1012f57f087ae12952daedf138f6643df405 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Thu, 9 Oct 2025 18:13:52 +0200 Subject: [PATCH] fix: use correct items for Hallowed Nightmares --- src/services/worldStateService.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index fb8fb029..3dff0207 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -2409,22 +2409,22 @@ export const getWorldState = (buildLabel?: string): IWorldState => { // 2016 [ { - items: ["/Lotus/StoreItems/Upgrades/Skins/Sigils/OrokinCatalyst"] - }, - { - items: ["/Lotus/StoreItems/Upgrades/Skins/Sigils/DotD2016Sigil"] + items: ["/Lotus/StoreItems/Types/Items/MiscItems/OrokinCatalyst"] }, { items: [ - "/Lotus/StoreItems/Types/Items/MiscItems/OrokinReactor", + "/Lotus/StoreItems/Upgrades/Skins/Sigils/DotD2016Sigil", "/Lotus/StoreItems/Upgrades/Skins/Clan/BountyHunterBadgeItem" ] + }, + { + items: ["/Lotus/StoreItems/Types/Items/MiscItems/OrokinReactor"] } ], // 2015 [ { - items: ["/Lotus/StoreItems/Upgrades/Skins/Sigils/OrokinCatalyst"] + items: ["/Lotus/StoreItems/Types/Items/MiscItems/OrokinCatalyst"] }, { items: ["/Lotus/StoreItems/Upgrades/Skins/Clan/BountyHunterBadgeItem"]