diff --git a/models.proto b/models.proto index 2b0b3b3..ccd04b9 100644 --- a/models.proto +++ b/models.proto @@ -20,12 +20,10 @@ message Hero { string role_id = 2; int32 type = 3; int32 level = 4; - int32 rein_count = 5; - int32 rein_point = 6; - int32 exp = 7; - map skills = 8; - map equipments = 9; - int32 advance = 10; + int32 exp = 5; + map skills = 6; + map equipments = 7; + int32 advance = 8; } message Equipment { -- libgit2 0.21.2