少年修仙传客户端代码仓库
client_wuxijin
2018-08-10 415bac4d7135e628dc14b16393b10399ca1f5654
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
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;
            }
        }
    }