4n0n-patch-1
4n0n 2 years ago
parent 89f1f2dcfd
commit 6fe0fa58a8
  1. 4
      src/MythicPlusUtils/MythicPlusUtils.lua

@ -13,9 +13,7 @@ function MythicPlusUtils:New()
self.random = math.random(1000000, 9999999) self.random = math.random(1000000, 9999999)
Bastion.EventManager:RegisterWoWEvent('UNIT_AURA', function(unit, auras) Bastion.EventManager:RegisterWoWEvent('UNIT_AURA', function(unit, auras)
local u = Bastion.UnitManager[unit] if not self.debuffLogging then
if not self.unit:IsUnit(unit) then
return return
end end

Loading…
Cancel
Save