少年修仙传客户端代码仓库
QD_LCJ
2018-08-10 0cb270286bac65021e4a4c0462d16ea26e91510c
2339【前端】守卫人皇伤害大数值显示错误
1个文件已修改
2 ■■■ 已修改文件
System/Dungeon/DungeonData.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Dungeon/DungeonData.cs
@@ -137,7 +137,7 @@
        {
            get
            {
                return hurt + hurtEx * Constants.ExpPointValue;
                return hurt + (long)hurtEx * Constants.ExpPointValue;
            }
        }
    }