Commit 07eaced4e344b9578adc9774d00f30ba96e31b6f
1 parent
41103675
fix: 裝備位置修改
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
@@ -17,7 +17,7 @@ message Hero { | @@ -17,7 +17,7 @@ message Hero { | ||
17 | int32 level = 4; | 17 | int32 level = 4; |
18 | int32 rein_count = 5; | 18 | int32 rein_count = 5; |
19 | int32 rein_point = 6; | 19 | int32 rein_point = 6; |
20 | - string equipments = 7; //"id=tb_id id1=tb_id1" | 20 | + string equipments = 7; //"id=pos id1=pos1" |
21 | int32 exp = 8; | 21 | int32 exp = 8; |
22 | } | 22 | } |
23 | 23 |