diff --git a/src/actions/GmAction.lua b/src/actions/GmAction.lua index fcf3dac..3b0faf9 100644 --- a/src/actions/GmAction.lua +++ b/src/actions/GmAction.lua @@ -303,6 +303,7 @@ end table.insert(helpDes, {"冒险次数恢复", "advf"}) function _M.advf(role, pms) role.dailyData:updateProperty({field = "advC", value = 0}) + role.dailyData:updateProperty({field = "advElC", value = 0}) return "成功" end -- libgit2 0.21.2