Commit 00298f6ab3f32613ac936a03fd24b2f6470f567e

Authored by zhouhaihai
1 parent 15e1f084

gm action

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/GmAction.lua
... ... @@ -210,7 +210,7 @@ function _M.fbc(role, pms) -- 直接通关
210 210 addPre(pre)
211 211 end
212 212 end
213   - role:setProperty("hangPass", {})
  213 + role:updateProperty({field = "hangPass", value = {}})
214 214 addPre(carbonId)
215 215  
216 216 role:checkTaskEnter("HangPass", {id = carbonId})
... ...