From 4141970530186fc92db1e93530606e3750acd94d Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:01:49 -0700 Subject: [PATCH] fix: use correct items for Hallowed Nightmares (#2885) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2885 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> --- 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 752de8b0..d75705c4 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -2518,22 +2518,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"]