Commit 41b9c8c372fca8c5312d77f23cda122239a7e250

Authored by zhangqijia
1 parent a576554a

fix: update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
hero.proto
... ... @@ -93,7 +93,7 @@ message HeroSetMemoryFragmentsRsp {
93 93  
94 94 message HeroBatchSetMemoryFragmentsReq {
95 95 string hero_id = 1;
96   - map<int32,string> slot_memory = 2;
  96 + map<int32,int32> slot_memory = 2;
97 97 }
98 98  
99 99 message HeroBatchSetMemoryFragmentsRsp {
... ...