- update: default skills are set by the character service, not the database service

This commit is contained in:
2025-03-09 18:39:19 -04:00
parent 14c6aa485a
commit d583ca1228
4 changed files with 33 additions and 8 deletions

View File

@@ -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 {