Commit c75ce24957b5111290ff1e87c451bf1898ccb00f
Merge branch 'develop' of 120.26.43.151:wasteland/server into develop
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 | ... | ... |