Commit 217e1f0c14d5609fccd73c51fb12e440260a5031

Authored by zhouhaihai
1 parent 920e75af

gm 奖励

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/GmAction.lua
... ... @@ -81,7 +81,7 @@ function _M.pvp_cross_head(role, pms)
81 81 end
82 82  
83 83 function _M.expire_item(role, pms)
84   - role:awardExpireItem(tonum(pms.pm1), pms.pm2, {log = {desc = "pvpCHead"}})
  84 + role:awardExpireItem(tonum(pms.pm1), pms.pm2, {log = {desc = "gm"}})
85 85 return "成功"
86 86 end
87 87  
... ...