Commit 58751698372d20e218d77acc86f17e2c2ae7b5ee

Authored by zhouhaihai
1 parent 966034ca

修改id 区间

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/GmAction.lua
... ... @@ -53,7 +53,7 @@ function _M.get(role, pms)
53 53 end
54 54 end
55 55 elseif pms.pm1 == "RUNE" then
56   - for itemId = 1000 , 2000 do
  56 + for itemId = 2000 , 3000 do
57 57 if csvdb["itemCsv"][itemId] then
58 58 role:award({[itemId] = 100})
59 59 end
... ...