System/Dungeon/DungeonData.cs @@ -137,7 +137,7 @@ { get { return hurt + hurtEx * Constants.ExpPointValue; return hurt + (long)hurtEx * Constants.ExpPointValue; } } }