Merge pull request #443 from Flamanis/Barras3-Breakdown

Only hide not used barras3 and add tooltip for barras3
This commit is contained in:
Tercio Jose
2023-02-03 15:23:21 -03:00
committed by GitHub
5 changed files with 56 additions and 25 deletions
+4
View File
@@ -5592,6 +5592,10 @@ local row_on_enter = function(self)
info.jogador.detalhes = self.show --minha tabela = jogador = jogador.detales = spellid ou nome que esta sendo mostrado na direita
info.jogador:MontaDetalhes (self.show, self, info.instancia) --passa a spellid ou nome e a barra
end
elseif (self.isDetalhe and type(self.show) == "number") then
GameTooltip:SetOwner(self, "ANCHOR_TOPLEFT")
Details:GameTooltipSetSpellByID(self.show)
GameTooltip:Show()
end
end