返回提交历史
Modified
src/services/worldStateService.ts
+6
-6
XFEstudio/XFESpaceNinjaServer
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>
41419705
代码差异
1 个文件
+6
-6
@@ -2518,22 +2518,22 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
2518
2518
// 2016
2519
2519
[
2520
2520
{
2521
items: ["/Lotus/StoreItems/Upgrades/Skins/Sigils/OrokinCatalyst"]
2522
},
2523
{
2524
items: ["/Lotus/StoreItems/Upgrades/Skins/Sigils/DotD2016Sigil"]
2521
items: ["/Lotus/StoreItems/Types/Items/MiscItems/OrokinCatalyst"]
2525
2522
},
2526
2523
{
2527
2524
items: [
2528
"/Lotus/StoreItems/Types/Items/MiscItems/OrokinReactor",
2525
"/Lotus/StoreItems/Upgrades/Skins/Sigils/DotD2016Sigil",
2529
2526
"/Lotus/StoreItems/Upgrades/Skins/Clan/BountyHunterBadgeItem"
2530
2527
]
2528
},
2529
{
2530
items: ["/Lotus/StoreItems/Types/Items/MiscItems/OrokinReactor"]
2531
2531
}
2532
2532
],
2533
2533
// 2015
2534
2534
[
2535
2535
{
2536
items: ["/Lotus/StoreItems/Upgrades/Skins/Sigils/OrokinCatalyst"]
2536
items: ["/Lotus/StoreItems/Types/Items/MiscItems/OrokinCatalyst"]
2537
2537
},
2538
2538
{
2539
2539
items: ["/Lotus/StoreItems/Upgrades/Skins/Clan/BountyHunterBadgeItem"]