Commit 1d78ad5232b7ef66cacd5d0e84e67377c7d07963

Authored by chenyueqi
1 parent 8e2d9f73

成就奖励方法中字段拼写错误

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/RoleAction.lua
@@ -1063,7 +1063,7 @@ function _M.achiveRpc(agent, data) @@ -1063,7 +1063,7 @@ function _M.achiveRpc(agent, data)
1063 if preMaxCount < pData.request and overCount >= pData.request then 1063 if preMaxCount < pData.request and overCount >= pData.request then
1064 role:sendMail(101, skynet.timex(), pData.reward, {pData.level}) 1064 role:sendMail(101, skynet.timex(), pData.reward, {pData.level})
1065 flag = true 1065 flag = true
1066 - role:mylog("role_action", {desc="fux", int1=pdata.level}) 1066 + role:mylog("role_action", {desc="fux", int1=pData.level})
1067 end 1067 end
1068 end 1068 end
1069 if flag then 1069 if flag then