少年修仙传客户端代码仓库
client_linchunjie
2019-07-17 5d7d9f9550b3a351bcc8f71adb28869d893063aa
4538 【BUG】【主干】身上没有草药,进去仙草园自动采集4次后,第五次不采了
1个文件已修改
2 ■■■ 已修改文件
System/HazyRegion/ClientHazyGrassStage.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/HazyRegion/ClientHazyGrassStage.cs
@@ -158,7 +158,7 @@
                if (dungeonHintConfig.targetValue1.Length > 0
                    && dungeonHintConfig.targetValue1[0] > 0)
                {
                    if (collectCount < dungeonHintConfig.targetValue1[0] - 1)
                    if (collectCount < dungeonHintConfig.targetValue1[0])
                    {
                        var npcId = TryGetScarceNpc();
                        TryGotoCloserNpc(npcId);