Commit 23591d9131bba5860f7ab77ebe498baf6447035a

Authored by zhangqijia
1 parent f725ea29

update

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
@@ -35,7 +35,9 @@ message Prop { @@ -35,7 +35,9 @@ message Prop {
35 35
36 message Team { 36 message Team {
37 string id = 1; // @inject_tag: index:"unique" pri:"1" 37 string id = 1; // @inject_tag: index:"unique" pri:"1"
38 - string hero_ids = 2; 38 + string hero_id1 = 2;
  39 + string hero_id2 = 3;
  40 + string hero_id3 = 4;
39 } 41 }
40 42
41 message Role { 43 message Role {
@@ -43,9 +45,9 @@ message Role { @@ -43,9 +45,9 @@ message Role {
43 string uid = 2;// @inject_tag: index:"unique" 45 string uid = 2;// @inject_tag: index:"unique"
44 string device = 3; 46 string device = 3;
45 string nick = 4; 47 string nick = 4;
46 -  
47 int32 level = 5; 48 int32 level = 5;
48 int64 exp = 6; 49 int64 exp = 6;
  50 +
49 int64 hp = 7; 51 int64 hp = 7;
50 int64 hp_max = 8; 52 int64 hp_max = 8;
51 string buy_r = 11; 53 string buy_r = 11;