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:
Tercio Jose
2020-03-01 23:32:31 -03:00
parent 6c3e6ff7a4
commit 3d7f299207
16 changed files with 72 additions and 53 deletions
+3 -1
View File
@@ -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