diff --git a/DBM-Raids-Vanilla/BWL/Chromaggus.lua b/DBM-Raids-Vanilla/BWL/Chromaggus.lua index 0500290e..171a3dd2 100755 --- a/DBM-Raids-Vanilla/BWL/Chromaggus.lua +++ b/DBM-Raids-Vanilla/BWL/Chromaggus.lua @@ -114,6 +114,7 @@ local function update_vulnerability(self) timerVuln:UpdateIcon(info[3]) timerVuln:UpdateName(name) if not lastVulnName or lastVulnName ~= name then + ---@diagnostic disable-next-line: inject-field warnVuln.icon = info[3] warnVuln:Show(name) lastVulnName = name diff --git a/DBM-Raids-Vanilla/BWL/TalonGuards.lua b/DBM-Raids-Vanilla/BWL/TalonGuards.lua index 5e67f359..9a996726 100644 --- a/DBM-Raids-Vanilla/BWL/TalonGuards.lua +++ b/DBM-Raids-Vanilla/BWL/TalonGuards.lua @@ -70,6 +70,7 @@ local function update_vulnerability(self) local name = L[info[1]] or info[1] if not lastAnnounce[target] or lastAnnounce[target] ~= name then + ---@diagnostic disable-next-line: inject-field warnVuln.icon = info[3] warnVuln:Show(name) lastAnnounce[target] = name