mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复等级15不解锁的bug
This commit is contained in:
parent
f1c7524218
commit
ef8b6b1efe
@ -83,7 +83,7 @@ public partial class winWorkMenu : WindowX
|
||||
foreach (var v in mw.SchedulePackage.FindAll(x => x.WorkType == Work.WorkType.Work))
|
||||
combTaskType.Items.Add(v);
|
||||
|
||||
if (mw.Core.Save.Level > 15)
|
||||
if (mw.Core.Save.Level >= 15)
|
||||
blockTask.Visibility = Visibility.Collapsed;
|
||||
rpnDisplay(mw.ScheduleTask.PackageWork, Work.WorkType.Work);
|
||||
sliderTaskLevel.Maximum = mw.Core.Save.Level / 5 * 5;
|
||||
|
Loading…
Reference in New Issue
Block a user