Commit ffe27b946136e304174fa4f2ced25d8c3585ea5a
1 parent
58751698
减少数量
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/GmAction.lua
@@ -55,7 +55,7 @@ function _M.get(role, pms) | @@ -55,7 +55,7 @@ function _M.get(role, pms) | ||
55 | elseif pms.pm1 == "RUNE" then | 55 | elseif pms.pm1 == "RUNE" then |
56 | for itemId = 2000 , 3000 do | 56 | for itemId = 2000 , 3000 do |
57 | if csvdb["itemCsv"][itemId] then | 57 | if csvdb["itemCsv"][itemId] then |
58 | - role:award({[itemId] = 100}) | 58 | + role:award({[itemId] = 3}) |
59 | end | 59 | end |
60 | end | 60 | end |
61 | elseif pms.pm1 == "FRAG" then | 61 | elseif pms.pm1 == "FRAG" then |