Commit 7b64a0f48987f353ad73aae21071ed9602ccfbb2
1 parent
2cb96d03
update
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
game.proto
models.proto
... | ... | @@ -113,7 +113,7 @@ message Role { |
113 | 113 | uint32 jewelrylimit = 17; |
114 | 114 | uint32 materiallimit = 18; |
115 | 115 | |
116 | - map<int32,string> passchapters = 19; // 通关记录 | |
116 | + map<int32,string> pass_chapters = 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; | ... | ... |