- Fix for the weakauras creator for DBM and BidWigs Timers.

- Fix for an issue with dungeon bosses where sometimes Details! throw some error messages.
- Attempt to fix a 'class undefined' bug.
This commit is contained in:
Tercioo
2016-01-09 23:17:55 -02:00
parent 815cecaad2
commit 76fb7725a1
4 changed files with 375 additions and 256 deletions
+1 -1
View File
@@ -1235,7 +1235,7 @@
end
function _detalhes:CheckFor_SuppressedWindowsOnEncounterFound()
for _, instance in _detalhes:ListInstances() do
if (instance.ativa and instance.baseframe and instance.last_interaction > _tempo and instance.segmento == 0) then
if (instance.ativa and instance.baseframe and (not instance.last_interaction or instance.last_interaction > _tempo) and instance.segmento == 0) then
_detalhes:TrocaSegmentoAtual (instance, true)
end
end