fix: 신규 장수의 빈 특기를 즉시 정규화한다
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user