Commit 78ea894cb36c9a61af16aaea1c7700563fa60de0

Authored by loujiachen
1 parent aac4a985

去掉空格 转协议号格式

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models.proto
... ... @@ -70,5 +70,5 @@ message Role {
70 70 uint32 jewelrylimit = 19;
71 71 uint32 materiallimit = 20;
72 72  
73   - map<int32, int32> pass_chapters = 21; // 通关记录
  73 + map<int32,int32> pass_chapters = 21; // 通关记录
74 74 }
... ...