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
ffe27b946136e304174fa4f2ced25d8c3585ea5a
Authored by
zhouhaihai
2019-07-16 20:31:04 +0800
1 parent
58751698
减少数量
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 @
ffe27b9
...
...
@@ -55,7 +55,7 @@ function _M.get(role, pms)
55
55
elseif pms.pm1 == "RUNE" then
56
56
for itemId = 2000 , 3000 do
57
57
if csvdb["itemCsv"][itemId] then
58
- role:award({[itemId] =
100
})
58
+ role:award({[itemId] =
3
})
59
59
end
60
60
end
61
61
elseif pms.pm1 == "FRAG" then
...
...