- Added custom display 'Dynamic Overall Damage' for mythic dungeons.

- Fix for Ticket #168: 'Auto Hide While [Not] Inside Instance is broken'.
- The bar truncate frame 'DetailsLeftTextAntiTruncate' is now created on Details! load instead on demand.
This commit is contained in:
Tercio
2017-02-07 13:20:55 -02:00
parent 183bc0bdd1
commit b12688cae2
4 changed files with 151 additions and 18 deletions
+6
View File
@@ -3422,6 +3422,12 @@ SPELL_POWER_OBSOLETE2 = 15;
if (_detalhes.last_zone_type ~= zoneType) then
_detalhes:SendEvent ("ZONE_TYPE_CHANGED", nil, zoneType)
_detalhes.last_zone_type = zoneType
for index, instancia in ipairs (_detalhes.tabela_instancias) do
if (instancia.ativa and instancia.hide_in_combat_type ~= 1) then --> 1 = none, we doesn't need to call
instancia:SetCombatAlpha (nil, nil, true)
end
end
end
_detalhes.time_type = _detalhes.time_type_original