Commit 211382c367aa96f99340998352198331f2fde451

Authored by zhouhaihai
1 parent cb8d5cf0

保底未生效

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