Commit 7eb8d136c56fe61e0be0108ae356324efd8f867d

Authored by chenyueqi
1 parent 94e886cc

引导抽招募

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/HeroAction.lua
... ... @@ -804,7 +804,7 @@ function _M.drawHeroRpc(agent, data)
804 804 role:costItems(cost, {log = {desc = "drawHero", int1 = btype, int2 = poolId}})
805 805  
806 806 local guideHero
807   - if role:checkOverGuide(11,1) and not role:checkOverGuide(12) then
  807 + if role:checkOverGuide(11) and not role:checkOverGuide(12) then
808 808 guideHero = 613
809 809 end
810 810  
... ...