Commit 7766d8b7f621ba4994b250c15f610d259cd77e25

Authored by zhouhaihai
2 parents 5668f150 217e1f0c

Merge branch 'tr/bugfix' into tr/publish/preview

* tr/bugfix:
  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,7 +81,7 @@ function _M.pvp_cross_head(role, pms)
81 end 81 end
82 82
83 function _M.expire_item(role, pms) 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 return "成功" 85 return "成功"
86 end 86 end
87 87