- Added an option to show a stopwatch on the title text showing the elapsed time of an encounter.
- Window title text now shrinks correctly when isn't enough space for it.
This commit is contained in:
@@ -379,6 +379,7 @@
|
||||
_detalhes:SendEvent ("COMBAT_PLAYER_ENTER", nil, _detalhes.tabela_vigente, _detalhes.encounter_table and _detalhes.encounter_table.id)
|
||||
_detalhes:CheckSwitchToCurrent()
|
||||
|
||||
_detalhes:CheckForTextTimeCounter (true)
|
||||
end
|
||||
|
||||
function _detalhes:DelayedSyncAlert()
|
||||
@@ -727,6 +728,8 @@
|
||||
_detalhes:SendEvent ("COMBAT_PLAYER_LEAVE", nil, _detalhes.tabela_vigente)
|
||||
end
|
||||
|
||||
_detalhes:CheckForTextTimeCounter()
|
||||
|
||||
end
|
||||
|
||||
function _detalhes:GetPlayersInArena()
|
||||
|
||||
Reference in New Issue
Block a user