GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
58751698372d20e218d77acc86f17e2c2ae7b5ee
Authored by
zhouhaihai
2019-07-16 20:28:06 +0800
1 parent
966034ca
修改id 区间
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/GmAction.lua
Inline
Side-by-side
src/actions/GmAction.lua
Wrap text
Show/Hide comments
View file @
5875169
...
...
@@ -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 , 2
000 do
56
+ for itemId =
2000 , 3
000 do
57
57
if csvdb["itemCsv"][itemId] then
58
58
role:award({[itemId] = 100})
59
59
end
...
...