[이민우] 캐릭터 생성 제한 구현 (대신 커밋)
This commit is contained in:
@ -478,7 +478,8 @@ func (mg *Maingate) RegisterHandlers(ctx context.Context, serveMux *http.ServeMu
|
|||||||
State: DivisionState_FullOpen,
|
State: DivisionState_FullOpen,
|
||||||
},
|
},
|
||||||
|
|
||||||
Url: fmt.Sprintf("http://%s/warehouse", ipaddr),
|
LockCreateChar: false,
|
||||||
|
Url: fmt.Sprintf("http://%s/warehouse", ipaddr),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -96,6 +96,7 @@ type DivisionForUser struct {
|
|||||||
type Division struct {
|
type Division struct {
|
||||||
DivisionForUser `bson:",inline" json:",inline"`
|
DivisionForUser `bson:",inline" json:",inline"`
|
||||||
Url string `bson:"url" json:"url"`
|
Url string `bson:"url" json:"url"`
|
||||||
|
LockCreateChar bool `bson:"lockcreatechar" json:"lockcreatechar"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ServiceDescriptionSummary struct {
|
type ServiceDescriptionSummary struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user