mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-08-01 15:49:14 +08:00
Fix activity id not set
This commit is contained in:
parent
2d916392c1
commit
5865441074
@ -239,6 +239,7 @@ namespace GrasscutterTools.Forms
|
||||
isNew = true;
|
||||
}
|
||||
|
||||
item.ActivityId = activityId;
|
||||
item.ActivityType = (int)NUDActivityType.Value;
|
||||
item.ScheduleId = (int)NUDScheduleId.Value;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user