This commit is contained in:
Bunny67
2020-06-08 21:47:02 +03:00
parent 8129729f84
commit 3b54dc21ef
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -1208,6 +1208,7 @@ do
-- Note: Using UNIT_AURA in addition to COMBAT_LOG_EVENT_UNFILTERED,
-- because the combat log event does not contain duration information
local uid = ...;
if not uid then return end
local guid = UnitGUID(uid);
for spellName, auras in pairs(loaded_auras) do
@@ -1376,6 +1377,7 @@ frame:SetScript("OnEvent", function (frame, event, arg1, arg2, ...)
WeakAuras.ScanAuras(unit);
end
elseif(event == "UNIT_AURA") then
if not arg1 then return end
if(
loaded_auras[arg1]
or (