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
91170e1a500749b3d802decc1f5f9d8dace672fa
Authored by
gaofengduan
2019-07-09 20:39:00 +0800
1 parent
747f05a1
fix gm add all
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 @
91170e1
...
...
@@ -40,7 +40,7 @@ end
40
40
function _M.get(role, pms)
41
41
if pms.pm1 == "ALL" then
42
42
for id,data in pairs(csvdb["itemCsv"]) do
43
- if data.type ~= 4
then
43
+ if data.type ~= 4
and data.type ~= 5
then
44
44
role:award({[id] = 10})
45
45
end
46
46
end
...
...