From 6fe0fa58a8f0084024e8b7179eea0c89689d62cf Mon Sep 17 00:00:00 2001 From: 4n0n <4n0n@tinkr.site> Date: Sat, 31 Dec 2022 15:01:52 -0500 Subject: [PATCH] Fixes --- src/MythicPlusUtils/MythicPlusUtils.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/MythicPlusUtils/MythicPlusUtils.lua b/src/MythicPlusUtils/MythicPlusUtils.lua index 3029465..4fadd9a 100644 --- a/src/MythicPlusUtils/MythicPlusUtils.lua +++ b/src/MythicPlusUtils/MythicPlusUtils.lua @@ -13,9 +13,7 @@ function MythicPlusUtils:New() self.random = math.random(1000000, 9999999) Bastion.EventManager:RegisterWoWEvent('UNIT_AURA', function(unit, auras) - local u = Bastion.UnitManager[unit] - - if not self.unit:IsUnit(unit) then + if not self.debuffLogging then return end