GITLAB
wasteland
/
server
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
71003290741a1ef387bcb5f4d0f8a7d05aea5545
Authored by
zhouhaihai
2020-04-20 16:45:30 +0800
1 parent
52c87300
好友成就 bug
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/models/RoleTask.lua
Inline
Side-by-side
src/models/RoleTask.lua
Wrap text
Show/Hide comments
View file @
7100329
...
...
@@ -343,6 +343,7 @@ function RoleTask.bind(Role)
343
343
[22] = true,
344
344
[23] = true,
345
345
[25] = true,
346
+ [37] = true,
346
347
}
347
348
348
349
for tId , achiveData in pairs(csvdb["achievement_typeCsv"]) do
...
...