少年修仙传客户端代码仓库
QD_LCJ
2018-08-10 0cb270286bac65021e4a4c0462d16ea26e91510c
System/Dungeon/DungeonData.cs
@@ -137,7 +137,7 @@
        {
            get
            {
                return hurt + hurtEx * Constants.ExpPointValue;
                return hurt + (long)hurtEx * Constants.ExpPointValue;
            }
        }
    }