Merge pull request #1210 from ctrlaltca/profile_edit

Profile management
This commit is contained in:
Zach 2015-07-07 02:01:27 -04:00
commit 6bf421cc31
24 changed files with 701 additions and 270 deletions

View file

@ -22,4 +22,5 @@ message ServerInfo_User {
optional sint32 server_id = 9 [default = -1];
optional uint64 session_id = 10;
optional uint64 accountage_secs = 11;
optional string email = 12;
}