diff --git a/models.proto b/models.proto index b0bd487..d4831d5 100644 --- a/models.proto +++ b/models.proto @@ -23,7 +23,7 @@ message Hero { int32 exp = 5; map skills = 6; map equipments = 7; - int32 advance = 8; + int32 star = 8; int32 rein_count = 9; map slot = 10; int32 quality = 11; -- libgit2 0.21.2