fix: 신규 장수의 빈 특기를 즉시 정규화한다

This commit is contained in:
2026-08-24 01:57:15 +00:00
parent 32bab36320
commit e3b252143b
3 changed files with 29 additions and 6 deletions
@@ -299,6 +299,10 @@ integration('generic general creation through the durable turn daemon', () => {
userId,
name: created.name,
cityId: city.id,
role: {
specialDomestic: null,
specialWar: null,
},
inheritancePoints: {
previous: 7351,
},
@@ -363,6 +367,10 @@ integration('generic general creation through the durable turn daemon', () => {
userId,
name: created.name,
cityId: city.id,
role: {
specialDomestic: null,
specialWar: null,
},
inheritancePoints: {
previous: 7351,
},