Main/System/Battle/BaseBattleWin.cs @@ -271,7 +271,7 @@ { if (txtBattleRound != null) { txtBattleRound.text = string.Format("{0}/{1}", round, maxRound); txtBattleRound.text = Language.Get("RoundText", round, maxRound); } }