Commit 6f599ad80165d3d9e0a7679e3be3972f4a5dface

Authored by zhangqijia
1 parent 477d521f

fix: update

Showing 1 changed file with 18 additions and 18 deletions   Show diff stats
models.proto
... ... @@ -95,22 +95,22 @@ message Role {
95 95  
96 96 int64 hp = 7;
97 97 int64 hp_max = 8;
98   - string buy_r = 11;
99   - string pay_r = 12;
100   - bool del = 13;
101   - map<string,uint32> incres = 14;
102   -
103   - string items = 15;//物品 "id=count id2=count2"
104   - uint32 clotheslimit = 16;
105   - uint32 weaponslimit = 17;
106   - uint32 otherlimit = 18;
107   - uint32 jewelrylimit = 19;
108   - uint32 materiallimit = 20;
109   -
110   - map<int32,int32> passchapters = 21; // 通关记录
111   - map<int32,int32> time_reset = 22; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth
112   -
113   - map<int32,int32> dailytask = 23;
114   - map<int32,int32> weektask = 24;
115   - map<int32,int32> monthtask = 25;
  98 + string buy_r = 9;
  99 + string pay_r = 10;
  100 + bool del = 11;
  101 + map<string,uint32> incres = 12;
  102 +
  103 + string items = 13;//物品 "id=count id2=count2"
  104 + uint32 clotheslimit = 14;
  105 + uint32 weaponslimit = 15;
  106 + uint32 otherlimit = 16;
  107 + uint32 jewelrylimit = 17;
  108 + uint32 materiallimit = 18;
  109 +
  110 + map<int32,int32> passchapters = 19; // 通关记录
  111 + map<int32,int32> time_reset = 20; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth
  112 +
  113 + map<int32,int32> daily_task = 21;
  114 + map<int32,int32> week_task = 22;
  115 + map<int32,int32> month_task = 23;
116 116 }
117 117 \ No newline at end of file
... ...