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
View File
@@ -308,6 +308,9 @@
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--> internal functions
-- _detalhes.statistics = {container_calls = 0, container_pet_calls = 0, container_unknow_pet = 0, damage_calls = 0, heal_calls = 0, absorbs_calls = 0, energy_calls = 0, pets_summons = 0}
function _detalhes:StartCombat(...)
return _detalhes:EntrarEmCombate (...)
end
-- ~start ~inicio ~novo ovo
function _detalhes:EntrarEmCombate (...)