Commit 786b8a44f81466c88905c0f9707177a4bda99155

Authored by zhouhaihai
2 parents 27b8b57c 211382c3

Merge branch 'taptap' into player

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/actions/HeroAction.lua
@@ -892,13 +892,13 @@ function _M.drawHeroRpc(agent, data) @@ -892,13 +892,13 @@ function _M.drawHeroRpc(agent, data)
892 892
893 if draw_floor_back_counts then 893 if draw_floor_back_counts then
894 local floorHero = role:getProperty("floorHero") 894 local floorHero = role:getProperty("floorHero")
895 - floorHero[pool] = floorHeroCount 895 + floorHero[btype] = floorHeroCount
896 role:setProperty("floorHero", floorHero) 896 role:setProperty("floorHero", floorHero)
897 end 897 end
898 898
899 if draw_ssr_up_count_rate then 899 if draw_ssr_up_count_rate then
900 local ssrUp = role:getProperty("ssrUp") 900 local ssrUp = role:getProperty("ssrUp")
901 - ssrUp[pool] = ssrUpCount 901 + ssrUp[btype] = ssrUpCount
902 role:setProperty("ssrUp", ssrUp) 902 role:setProperty("ssrUp", ssrUp)
903 end 903 end
904 904