- add: Character service now loads the data from the database and sends it in the character list packet
- add: character id list to the connection state for tracking the real character database id's for when the client requests actions on the character - fix: sql error when trying to create a character
This commit is contained in:
@@ -14,10 +14,11 @@ message Looks {
|
||||
}
|
||||
|
||||
message EquippedItem {
|
||||
int32 id = 1;
|
||||
int32 item_id = 1;
|
||||
int32 gem_option = 2;
|
||||
int32 socket = 3;
|
||||
int32 grade = 4;
|
||||
int32 slot = 5;
|
||||
}
|
||||
|
||||
message Character {
|
||||
|
||||
Reference in New Issue
Block a user