Commit 18590ad483403089e4fac19ea2b80c31a68e94ca

Authored by zhangqijia
1 parent 00008c8a

reactor: role:items-> map<int32,int32>

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models.proto
... ... @@ -118,7 +118,7 @@ message Role {
118 118 int32 sp_buycount = 11;
119 119  
120 120 map<string,uint32> incres = 12;
121   - string items = 13;//物品 "id=count id2=count2"
  121 + map<int32,int32> items = 13;//物品 "id=count id2=count2"
122 122 uint32 clotheslimit = 14;
123 123 uint32 weaponslimit = 15;
124 124 uint32 otherlimit = 16;
... ...