Commit d3e7f275a37e25dbfa99bda24a4aab65b50b5abb

Authored by chenyueqi
1 parent e6dc06cc

不要穿装备的引导了

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/actions/HeroAction.lua
... ... @@ -477,8 +477,6 @@ function _M.referEquipsRpc(agent, data)
477 477 -- 更新角色
478 478 hero:updateProperty({field = "equip", value = curEquip})
479 479  
480   - role:finishGuide(23)
481   -
482 480 local curAttr = hero:getTotalAttrs()
483 481 local attrChange = getChangeAttrJson(oldAttr, curAttr)
484 482 for typ, data in pairs(wear) do
... ...