From ffe27b946136e304174fa4f2ced25d8c3585ea5a Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Tue, 16 Jul 2019 20:31:04 +0800 Subject: [PATCH] 减少数量 --- src/actions/GmAction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/GmAction.lua b/src/actions/GmAction.lua index 3c6f929..ac06f24 100644 --- a/src/actions/GmAction.lua +++ b/src/actions/GmAction.lua @@ -55,7 +55,7 @@ function _M.get(role, pms) elseif pms.pm1 == "RUNE" then for itemId = 2000 , 3000 do if csvdb["itemCsv"][itemId] then - role:award({[itemId] = 100}) + role:award({[itemId] = 3}) end end elseif pms.pm1 == "FRAG" then -- libgit2 0.21.2