少年修仙传客户端代码仓库
hch
2024-05-16 0d603931c1a86ee054d6e8da1b6a735cbe8f2de5
0312 副本累计进入次数bug
1个文件已修改
1 ■■■■ 已修改文件
System/Dungeon/DungeonData.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Dungeon/DungeonData.cs
@@ -273,6 +273,7 @@
                    this.lineGrades[i * 9 + j] = (tempValue % b) / a;
                }
            }
            this.enterCntTotal = (int)_serverInfo.EnterCntTotal;
        }
        public DungeonRecord(HA3BD_tagMCBuyEnterInfo.tagMCBuyInfo _serverInfo)