Commit ffe27b946136e304174fa4f2ced25d8c3585ea5a

Authored by zhouhaihai
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 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
... ...