From 65552cb93222c6c67aa2779b5391cc9fb5b82874 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Sun, 31 Mar 2024 22:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E7=9A=84=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=90=88=E7=90=86=E5=B7=A5=E4=BD=9C=E4=B8=8D=E8=83=BD=E8=B6=85?= =?UTF-8?q?=E8=BF=87200=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/MainWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VPet-Simulator.Windows/MainWindow.cs b/VPet-Simulator.Windows/MainWindow.cs index a98e44d..58ce888 100644 --- a/VPet-Simulator.Windows/MainWindow.cs +++ b/VPet-Simulator.Windows/MainWindow.cs @@ -1690,8 +1690,8 @@ namespace VPet_Simulator.Windows { foreach (var work in Core.Graph.GraphConfig.Works) { - if (work.LevelLimit > 100)//导入的最大合理工作不能超过100级 - work.LevelLimit = 100; + if (work.LevelLimit > 200)//导入的最大合理工作不能超过200级 + work.LevelLimit = 200; if (work.IsOverLoad()) { work.FixOverLoad();