fix scenario 911 troop join movement

This commit is contained in:
2026-07-27 09:36:53 +00:00
parent 9de18c3582
commit 7afb99256d
4 changed files with 530 additions and 4 deletions
@@ -34,7 +34,7 @@ export interface CanonicalTurnCommandTrace {
schemaVersion: 1;
engine: CanonicalEngine;
execution: {
kind: 'general' | 'nation' | 'instantNation';
kind: 'general' | 'nation' | 'instantNation' | 'troopJoinStaticEvent';
actorGeneralId: number;
action: string;
args: unknown;