- Death Knight: Epidemic, Scourge Strike and Howling Blast now has a better description on the spell name.
- Fixed snap button showing when 'Hide Resize Buttons' are enabled. - Fixed title bar icons not hiding when 'Auto Hide Buttons' is enabled. - Several improvements to overall data, it should be more consistent now. - Details! now passes to identify the tank role of the player even when out of a party or raid. - Debug helper Details:DumpTable(table) now correctly shows the key name when it isn't a string. - Improvements done on the Bookmark config frame accessed by the options panel > display section. - New slash command: '/details spells'. - Statistics for Legion has been closed! You can access statistics from the orange gear > statistics.
This commit is contained in:
@@ -574,7 +574,7 @@ end
|
||||
|
||||
if (lower == self.meu_id) then
|
||||
--> os icones dos plugins precisam ser hostiados nessa instancia.
|
||||
_detalhes.ToolBar:ReorganizeIcons (true) --> n�o precisa recarregar toda a skin
|
||||
_detalhes.ToolBar:ReorganizeIcons (true) --> não precisa recarregar toda a skin
|
||||
end
|
||||
|
||||
if (not self.iniciada) then
|
||||
@@ -1072,7 +1072,9 @@ function _detalhes:agrupar_janelas (lados)
|
||||
end
|
||||
end
|
||||
|
||||
instancia.break_snap_button:SetAlpha (1)
|
||||
if (not _detalhes.disable_lock_ungroup_buttons) then
|
||||
instancia.break_snap_button:SetAlpha (1)
|
||||
end
|
||||
|
||||
if (_detalhes.tutorial.unlock_button < 4) then
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@ function _detalhes:GetCombatSegments()
|
||||
return _detalhes.tabela_historico.tabelas
|
||||
end
|
||||
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--> internal
|
||||
|
||||
@@ -49,7 +48,9 @@ function historico:NovoHistorico()
|
||||
end
|
||||
|
||||
function historico:adicionar_overall (tabela)
|
||||
if (tabela:GetCombatTime() <= 10) then
|
||||
|
||||
local zoneName, zoneType = GetInstanceInfo()
|
||||
if (zoneType ~= "none" and tabela:GetCombatTime() <= _detalhes.minimum_overall_combat_time) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user