2339【前端】守卫人皇伤害大数值显示错误
System/Dungeon/DungeonData.cs @@ -137,7 +137,7 @@ { get { return hurt + hurtEx * Constants.ExpPointValue; return hurt + (long)hurtEx * Constants.ExpPointValue; } } }