From 7f6a079e18601e8d7c5d0062e80bea88c5731a4c Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 23 十月 2025 16:01:36 +0800
Subject: [PATCH] 0312 优化引导下的一键上阵; 修复引导导致物品掉落卡住主线战斗问题
---
Main/System/HeroUI/HeroUIManager.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/HeroUI/HeroUIManager.cs b/Main/System/HeroUI/HeroUIManager.cs
index 9bcc3ee..2e556e0 100644
--- a/Main/System/HeroUI/HeroUIManager.cs
+++ b/Main/System/HeroUI/HeroUIManager.cs
@@ -71,7 +71,7 @@
lockHeroCountLimit = JsonMapper.ToObject<int[][]>(config.Numerical1);
teamSortByJob = JsonMapper.ToObject<int[]>(config.Numerical2);
onekeyGuideID = int.Parse(config.Numerical3);
- onekeyGuideFirstPos = int.Parse(config.Numerical4);
+ onekeyGuidePosList = JsonMapper.ToObject<int[]>(config.Numerical4);
}
--
Gitblit v1.8.0