少年修仙传客户端代码仓库
hch
2019-12-26 da225fe3e9fbe96e1d1294ff0d97068e7b1cb202
0312 队伍
1个文件已修改
2 ■■■ 已修改文件
System/Dungeon/DungeonModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Dungeon/DungeonModel.cs
@@ -1005,7 +1005,7 @@
                hurtList.Add(new BossHurt() {
                    HurtID = pack.HurtValueList[i].HurtID,
                    HurtType = pack.HurtValueList[i].HurtType,
                    HurtName = pack.HurtValueList[i].HurtName,
                    HurtName = UIHelper.ServerStringTrim(pack.HurtValueList[i].HurtName),
                    totalHurt = pack.HurtValueList[i].HurtValue + pack.HurtValueList[i].HurtValueEx * Constants.ExpPointValue,
                });