From 58751698372d20e218d77acc86f17e2c2ae7b5ee Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Tue, 16 Jul 2019 20:28:06 +0800 Subject: [PATCH] 修改id 区间 --- 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 6bc7968..3c6f929 100644 --- a/src/actions/GmAction.lua +++ b/src/actions/GmAction.lua @@ -53,7 +53,7 @@ function _M.get(role, pms) end end elseif pms.pm1 == "RUNE" then - for itemId = 1000 , 2000 do + for itemId = 2000 , 3000 do if csvdb["itemCsv"][itemId] then role:award({[itemId] = 100}) end -- libgit2 0.21.2