Added Power Infusion buff to the buff update of the target

This commit is contained in:
Tercio Jose
2022-01-18 14:53:59 -03:00
parent 28f28f2212
commit aedc9ea2ea
5 changed files with 35 additions and 3 deletions
+7 -1
View File
@@ -99,6 +99,10 @@ function Details:GetPlayerObjectFromBreakdownWindow()
return info.jogador
end
function Details:GetBreakdownWindow()
return Details.playerDetailWindow
end
--english alias
--window object from Details:GetWindow(n) and playerObject from Details:GetPlayer(playerName, attribute)
function Details:OpenPlayerBreakdown (windowObject, playerObject)
@@ -338,7 +342,9 @@ function _detalhes:AbreJanelaInfo (jogador, from_att_change, refresh, ShiftKeyDo
end
end
shownTab:Click()
if (shownTab) then
shownTab:Click()
end
end
-- for beta todo: info background need a major rewrite