Skip to content

Commit 3b54ba3

Browse files
committed
Update for TWW
1 parent 1dc02b0 commit 3b54ba3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
File renamed without changes.

Kui_Stanzilla/Kui_Stanzilla.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 100100
1+
## Interface: 40400, 110000, 110002
22
## Title: Kui_Stanzilla
33
## OptionalDeps: Kui_Nameplates_Core
44
## IconTexture: 132177

Kui_Stanzilla/kui.bolstering.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ if not mod then
66
return
77
end
88

9+
local UnitAura = function(unitToken, index, filter)
10+
if C_UnitAuras and C_UnitAuras.GetAuraDataByIndex then
11+
return AuraUtil.UnpackAuraData(C_UnitAuras.GetAuraDataByIndex(unitToken, index, filter))
12+
elseif _G.UnitAura then
13+
return _G.UnitAura(unitToken, index, filter) end
14+
return nil
15+
end
16+
917
function mod.Bolster(f)
1018
if f.id == 99 then
1119
local c = 0

0 commit comments

Comments
 (0)