General fixes and implementations
- Fixed a bug for healing done from unit to unit (by rubenvrolijk@github). - Added Vanish to the list of defensive cooldowns for Rogues (by DylanMeador@github). - Added Ny'alotha raid information (by jjholleman@github). - Fixed Eye of Corruption and Grand Delusions. - Fixed an error while retriving data from the guild (statistics sync). - Updated the ToC files for bundled plugins. - Segments Locked featured won't work for Overall Data. - Fixed an issue on Player Details Window where sometimes Death Strike healing done would blink the Rune Weapon healing done. - Regular Details Framework updates.
This commit is contained in:
@@ -1898,6 +1898,7 @@ function atributo_heal:MontaInfoHealingDone()
|
||||
gump:JI_AtualizaContainerBarras (amt)
|
||||
|
||||
local max_ = minhas_curas[1] and minhas_curas[1][2] or 0
|
||||
local foundSpellDetail = false
|
||||
|
||||
for index, tabela in _ipairs (minhas_curas) do
|
||||
|
||||
@@ -1929,8 +1930,9 @@ function atributo_heal:MontaInfoHealingDone()
|
||||
barra.spellid = self.nome
|
||||
barra:Show()
|
||||
|
||||
if (self.detalhes and self.detalhes == barra.show) then
|
||||
if (self.detalhes and self.detalhes == barra.show and not foundSpellDetail) then
|
||||
self:MontaDetalhes (self.detalhes, barra)
|
||||
foundSpellDetail = true
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user