fix resource transfer failure log parity

This commit is contained in:
2026-07-26 20:47:07 +00:00
parent a1dacda59e
commit 7676a3eee3
4 changed files with 106 additions and 2 deletions
+1 -1
View File
@@ -583,7 +583,7 @@ export const friendlyDestGeneral = (): Constraint => ({
if (destGeneral.nationId === general.nationId) {
return allow();
}
return { kind: 'deny', reason: '아군이 아닙니다.' };
return { kind: 'deny', reason: '아국 장수가 아닙니다.' };
},
});