From fae240074dd0e6de447a8d072dfd7914a52ee2f5 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Mon, 27 Jul 2026 05:50:15 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BE=D1=88=D0=B8?= =?UTF-8?q?=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://discord.com/channels/914079030125420565/1072604717638750299/1531035398828986379 --- .../libraries/LibGroupTalents-1.0/LibGroupTalents-1.0.lua | 5 ++++- Libraries/Compat/libraries/LibGroupTalents-1.0/lib.xml | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Libraries/Compat/libraries/LibGroupTalents-1.0/LibGroupTalents-1.0.lua b/Libraries/Compat/libraries/LibGroupTalents-1.0/LibGroupTalents-1.0.lua index 0df77d203..4124d9f8e 100644 --- a/Libraries/Compat/libraries/LibGroupTalents-1.0/LibGroupTalents-1.0.lua +++ b/Libraries/Compat/libraries/LibGroupTalents-1.0/LibGroupTalents-1.0.lua @@ -313,8 +313,11 @@ end -- UNIT_AURA function lib:UNIT_AURA(unit) + if not unit then + return + end local guid = UnitGUID(unit) - if (not UnitIsVisible(unit) or (self.wasOffline and self.wasOffline[guid])) then + if (not UnitIsVisible(unit) or (self.wasOffline and self.wasOffline[guid or ""])) then if (not self.outOfSight) then self.outOfSight = {} end diff --git a/Libraries/Compat/libraries/LibGroupTalents-1.0/lib.xml b/Libraries/Compat/libraries/LibGroupTalents-1.0/lib.xml index b1925e1ae..f7343e254 100644 --- a/Libraries/Compat/libraries/LibGroupTalents-1.0/lib.xml +++ b/Libraries/Compat/libraries/LibGroupTalents-1.0/lib.xml @@ -1,5 +1,5 @@ -