Commit a230673aa8e71b4a92e073a3227c701b9088eac6

Authored by zhouhaihai
1 parent 300ee7a1

回复体力

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/actions/GmAction.lua
@@ -303,6 +303,7 @@ end @@ -303,6 +303,7 @@ end
303 table.insert(helpDes, {"冒险次数恢复", "advf"}) 303 table.insert(helpDes, {"冒险次数恢复", "advf"})
304 function _M.advf(role, pms) 304 function _M.advf(role, pms)
305 role.dailyData:updateProperty({field = "advC", value = 0}) 305 role.dailyData:updateProperty({field = "advC", value = 0})
  306 + role.dailyData:updateProperty({field = "advElC", value = 0})
306 return "成功" 307 return "成功"
307 end 308 end
308 309