Commit 2cb96d038c97298e2b4ab0c5fdb12e27d3989fc8
1 parent
7d9c88d8
fix: 通关记录 map<章节, string(关卡=通关次数)>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
... | ... | @@ -113,7 +113,7 @@ message Role { |
113 | 113 | uint32 jewelrylimit = 17; |
114 | 114 | uint32 materiallimit = 18; |
115 | 115 | |
116 | - map<int32,int32> passchapters = 19; // 通关记录 | |
116 | + map<int32,string> passchapters = 19; // 通关记录 | |
117 | 117 | map<int32,int32> time_reset = 20; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth |
118 | 118 | |
119 | 119 | map<int32,int32> daily_task = 21; | ... | ... |