fix: match legacy flood command boundaries

This commit is contained in:
2026-07-26 12:05:02 +00:00
parent f41a762751
commit 8cece60393
4 changed files with 372 additions and 15 deletions
@@ -6,6 +6,7 @@ export interface TurnSnapshotSelector {
nationIds: number[];
logAfterId?: number;
messageAfterId?: number;
includeNationHistoryLogs?: boolean;
}
export interface CanonicalTurnSnapshot {