Commit 21419818a28be92b68c6f0abf0578fefe286b5c7

Authored by liuzujun
2 parents 75acc595 217e1f0c

Merge branch 'tr/bugfix' of 120.26.43.151:wasteland/server into tr/bugfix

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/actions/GmAction.lua
... ... @@ -80,6 +80,10 @@ function _M.pvp_cross_head(role, pms)
80 80 return "成功"
81 81 end
82 82  
  83 +function _M.expire_item(role, pms)
  84 + role:awardExpireItem(tonum(pms.pm1), pms.pm2, {log = {desc = "gm"}})
  85 + return "成功"
  86 +end
83 87  
84 88 local helpDes = {{"描述", "指令", "参数1", "参数2" ,"参数3"}}
85 89  
... ...