Skip to content

Commit

Permalink
Gnomeregan_Classic/MekgineerThermaplugg: Require at least 2 stacks of…
Browse files Browse the repository at this point in the history
… disease on the tank prior to showing a message
  • Loading branch information
funkydude committed Feb 22, 2024
1 parent 3a0064b commit 79030c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gnomeregan_Classic/MekgineerThermaplugg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ end
function mod:RadiationSicknessApplied(args)
if self:Me(args.destGUID) then
self:StackMessage(args.spellId, "blue", args.destName, args.amount, 3, CL.disease)
else
elseif args.amount then
local bossUnit = self:GetUnitIdByGUID(currentBossGUID) -- Source can vary or be nil
if bossUnit and self:Tanking(bossUnit, args.destName) then
self:StackMessage(args.spellId, "orange", args.destName, args.amount, 3, CL.disease)
Expand Down

0 comments on commit 79030c9

Please sign in to comment.