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
6afea1429d79f846913e107ee65e8e8d8bd0584d
Authored by
zhouhaihai
2020-03-05 14:58:48 +0800
1 parent
d95bc647
gmBUG
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/GmAction.lua
Inline
Side-by-side
src/actions/GmAction.lua
Wrap text
Show/Hide comments
View file @
6afea14
...
...
@@ -324,7 +324,7 @@ function _M.advit(role, pms)
324
324
end
325
325
end
326
326
for k , v in pairs(csvdb["adv_artifactCsv"]) do
327
- if v
.unlock == 0 then
327
+ if v
[1]
.unlock == 0 then
328
328
reward[k] = 1
329
329
end
330
330
end
...
...