Skip to content

Commit

Permalink
Fix some seticon nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed May 2, 2024
1 parent 9258d5f commit 6eb79d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-MoP/ThroneofThunder/Durumu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ function mod:CHAT_MSG_MONSTER_EMOTE(msg, npc, _, _, target)
timerLifeDrain:Start()
timerLifeDrainCD:Start(not lifeDrained and 50 or nil)--first is 50, 2nd and later is 40
lifeDrained = true
if self.Options.SetIconLifeDrain then
if target and self.Options.SetIconLifeDrain then
self:SetIcon(target, 8)--Skull
end
if self.Options.InfoFrame and not self:IsDifficulty("lfr25") then
Expand Down

0 comments on commit 6eb79d3

Please sign in to comment.