Skip to content

Commit

Permalink
Update for TWW
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Jul 23, 2024
1 parent 1dc02b0 commit 3b54ba3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Kui_Stanzilla/Kui_Stanzilla.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100100
## Interface: 40400, 110000, 110002
## Title: Kui_Stanzilla
## OptionalDeps: Kui_Nameplates_Core
## IconTexture: 132177
Expand Down
8 changes: 8 additions & 0 deletions Kui_Stanzilla/kui.bolstering.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ if not mod then
return
end

local UnitAura = function(unitToken, index, filter)
if C_UnitAuras and C_UnitAuras.GetAuraDataByIndex then
return AuraUtil.UnpackAuraData(C_UnitAuras.GetAuraDataByIndex(unitToken, index, filter))
elseif _G.UnitAura then
return _G.UnitAura(unitToken, index, filter) end
return nil
end

function mod.Bolster(f)
if f.id == 99 then
local c = 0
Expand Down

0 comments on commit 3b54ba3

Please sign in to comment.