Working on mythic plus integration. Seems to detect a full run but did not complete yet.

This commit is contained in:
andrew6180
2024-05-17 17:31:15 -07:00
parent d83eb1617b
commit 4d047bacac
3 changed files with 19 additions and 12 deletions
+2 -2
View File
@@ -480,8 +480,8 @@ do
_detalhes.enabled = true
_detalhes.__index = _detalhes
_detalhes._tempo = time()
_detalhes.debug = false
_detalhes.debug_chr = false
_detalhes.debug = true and UnitName("player") == "Andrew"
_detalhes.debug_chr = true and UnitName("player") == "Andrew"
_detalhes.opened_windows = 0
_detalhes.last_combat_time = 0