Skip to content

Commit

Permalink
Update AuraGlow.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle authored Sep 28, 2024
1 parent 2ac6b43 commit b9eca1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Snippets/AuraGlow.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-- Apply Glow to buffs with specific spellIDs
--
-- See documentation for Glow functions here:
-- https://github.com/Krealle/Cell_UnitFrames/blob/2ac6b435c5be1ee1f1749773bce6b279df1bc1d4/Util/Utils.lua#L498
--
-- `auraData` arg being passed is in this format:
-- https://warcraft.wiki.gg/wiki/API_C_UnitAuras.GetAuraDataByIndex

-- Run Snippet late to ensure addon is properly loaded
EventUtil.RegisterOnceFrameEventAndCallback("LOADING_SCREEN_DISABLED", function()
local Util = CUF.Util
Expand Down

0 comments on commit b9eca1f

Please sign in to comment.