Commit 91f70c1e895a321fe14ccda6dea0316c4dbe0678

Authored by zhangqijia
1 parent 9a1343a1

fix: 首次通关记录到数据库

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