- update: default skills are set by the character service, not the database service
This commit is contained in:
@@ -26,9 +26,10 @@ message CreateCharacterRequest {
|
||||
int32 user_id = 1;
|
||||
string name = 2;
|
||||
string inventory = 3; // JSON serialized
|
||||
string stats = 4; // JSON serialized
|
||||
string looks = 5; // JSON serialized
|
||||
string position = 6; // JSON serialized
|
||||
string skills = 4; // JSON serialized
|
||||
string stats = 5; // JSON serialized
|
||||
string looks = 6; // JSON serialized
|
||||
string position = 7; // JSON serialized
|
||||
}
|
||||
|
||||
message CreateCharacterResponse {
|
||||
|
||||
Reference in New Issue
Block a user