diff --git a/models.proto b/models.proto index 75e2de3..b0bd487 100644 --- a/models.proto +++ b/models.proto @@ -25,6 +25,8 @@ message Hero { map equipments = 7; int32 advance = 8; int32 rein_count = 9; + map slot = 10; + int32 quality = 11; } message Equipment { -- libgit2 0.21.2