Print buffs pls
This commit is contained in:
@@ -6,6 +6,16 @@ local addonname, shared = ...
|
|||||||
|
|
||||||
local function init()
|
local function init()
|
||||||
print("Dechickenator loaded!")
|
print("Dechickenator loaded!")
|
||||||
|
|
||||||
|
local cleuFrame = CreateFrame("Frame")
|
||||||
|
cleuFrame:RegisterEvent("CLEU")
|
||||||
|
cleuFrame:SetScript("OnEvent", function(self, event, ...)
|
||||||
|
local subevent = CLEUParser.GetSubevent(...)
|
||||||
|
if subevent == "SPELL_AURA_APPLIED" then
|
||||||
|
local spellName = CLEUParser.GetSpellName(...)
|
||||||
|
print(spellName)
|
||||||
|
end
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
local loadedFrame = CreateFrame("Frame")
|
local loadedFrame = CreateFrame("Frame")
|
||||||
|
Reference in New Issue
Block a user