Fix activity id not set

This commit is contained in:
2023-05-14 18:54:03 +08:00
parent 2d916392c1
commit 5865441074

View File

@ -239,6 +239,7 @@ namespace GrasscutterTools.Forms
isNew = true; isNew = true;
} }
item.ActivityId = activityId;
item.ActivityType = (int)NUDActivityType.Value; item.ActivityType = (int)NUDActivityType.Value;
item.ScheduleId = (int)NUDScheduleId.Value; item.ScheduleId = (int)NUDScheduleId.Value;
try try