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
920e75afd6919b82f0517b02441fecdaa8e1a1c1
Authored by
zhouhaihai
2021-02-18 20:31:54 +0800
1 parent
6f343dd5
获取有效期物品
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 @
920e75a
...
...
@@ -80,7 +80,7 @@ function _M.pvp_cross_head(role, pms)
80
80
return "成功"
81
81
end
82
82
83
-function _M.
pvp_cross_head_g
m(role, pms)
83
+function _M.
expire_ite
m(role, pms)
84
84
role:awardExpireItem(tonum(pms.pm1), pms.pm2, {log = {desc = "pvpCHead"}})
85
85
return "成功"
86
86
end
...
...