Commit a1d159bdae5ffc9b49220ec8f20ff3f6649cc349

Authored by zhangqijia
1 parent 0b7b0917

fix: update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -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=type id1=type1" 20 + string equipments = 7; //"id=tb_id id1=tb_id1"
21 int32 exp = 8; 21 int32 exp = 8;
22 } 22 }
23 23