Skip to content

Commit

Permalink
Lucifron: Use new targeted AntiSpam tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
emmericp committed Dec 19, 2024
1 parent ad646f2 commit e562c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-Vanilla/MC/Lucifron.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end

function mod:MCTarget(targetname)
if not targetname or not DBM:GetRaidRoster(targetname) then return end--Ignore junk target scans that include pets
if not self:AntiSpam(1.5, "MC" .. targetname) then -- gets called for both SPELL_CAST_START and AURA_APPLIED because the former doesn't seem to exist at least on SoD
if not self:AntiSpam(1.5, "MC", targetname) then -- gets called for both SPELL_CAST_START and AURA_APPLIED because the former doesn't seem to exist at least on SoD
return
end
if self.Options.SetIconOnMC then
Expand Down

0 comments on commit e562c20

Please sign in to comment.