mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-08-02 16:59: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;
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user