Commit ceec67792ab944c9b002f883c7a21841bb795633
1 parent
be4e8031
抽英雄任务bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/HeroAction.lua
@@ -914,7 +914,7 @@ function _M.drawHeroRpc(agent, data) | @@ -914,7 +914,7 @@ function _M.drawHeroRpc(agent, data) | ||
914 | -- role:updateProperty({field = "repayHero", value = repayHero}) | 914 | -- role:updateProperty({field = "repayHero", value = repayHero}) |
915 | -- end | 915 | -- end |
916 | 916 | ||
917 | - role:checkTaskEnter("DrawHero", {pool = pool, count = drawCount[drawType]}) | 917 | + role:checkTaskEnter("DrawHero", {pool = btype, count = drawCount[drawType]}) |
918 | if ssrCount > 0 then | 918 | if ssrCount > 0 then |
919 | role:checkTaskEnter("DrawSSR", {count = ssrCount}) | 919 | role:checkTaskEnter("DrawSSR", {count = ssrCount}) |
920 | end | 920 | end |