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:
@@ -120,7 +120,7 @@ local habilidade_misc = _detalhes.habilidade_misc
|
||||
---@return spelltable|nil
|
||||
function spellContainerClass:GetOrCreateSpell(spellId, bCanCreateSpellIfMissing, cleuToken)
|
||||
---@type spelltable
|
||||
local spellTable = self._ActorTable [spellId]
|
||||
local spellTable = self._ActorTable[spellId]
|
||||
|
||||
if (spellTable) then
|
||||
return spellTable
|
||||
|
||||
Reference in New Issue
Block a user