GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
91f70c1e895a321fe14ccda6dea0316c4dbe0678
Authored by
zhangqijia
2022-06-06 14:23:43 +0800
1 parent
9a1343a1
fix: 首次通关记录到数据库
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
91f70c1
...
...
@@ -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> pass
chapters = 21; // 通关记录
75
75
}
...
...