System/MainInterfacePanel/FeatureNoticeWin.cs
@@ -370,7 +370,8 @@ } else { string str = ((float)treasure.exp / treasure.treasureStages[funcStage].exp) * 100 + "%"; double dou=Math.Round((double)treasure.exp / treasure.treasureStages[funcStage].exp,2); string str = dou * 100 + "%"; m_Textschedule.text = string.Format(Language.Get("YGYouFB"), str); } }