Added augmented buffs in the Auras tab of players which received Ebon Might and Precience
- Forcing update interval to 0.1 on arenas matches using the real-time dps feature. - Framework Update. - Lib Open Raid Update. - More parser cleanups and code improvements. - Auras tab now ignores regular "world auras" (those weekly buffs of reputation, etc)
This commit is contained in:
@@ -1066,6 +1066,13 @@
|
||||
Details.tabela_vigente.is_arena = {name = Details.zone_name, zone = Details.zone_name, mapid = Details.zone_id}
|
||||
|
||||
Details:SendEvent("COMBAT_ARENA_START")
|
||||
|
||||
local bOrderDpsByRealTime = Details.CurrentDps.CanSortByRealTimeDps()
|
||||
if (bOrderDpsByRealTime) then
|
||||
local bNoSave = true
|
||||
local nTimeIntervalBetweenUpdates = 0.1
|
||||
Details:SetWindowUpdateSpeed(nTimeIntervalBetweenUpdates, bNoSave)
|
||||
end
|
||||
end
|
||||
|
||||
--return the GetTime() of the current or latest arena match
|
||||
@@ -1122,6 +1129,9 @@
|
||||
Details:TimeDataUnregister ("Enemy Team Healing")
|
||||
|
||||
Details:SendEvent("COMBAT_ARENA_END")
|
||||
|
||||
--reset the update speed, as it could have changed when the arena started.
|
||||
Details:SetWindowUpdateSpeed(Details.update_speed)
|
||||
end
|
||||
|
||||
local validSpells = {
|
||||
|
||||
Reference in New Issue
Block a user