Skip to content

Commit

Permalink
pass the loose arg on START events in torghast mod
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Nov 29, 2020
1 parent b974243 commit 5d43a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Challenges/Shadowlands/Torghast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ end

function mod:SPELL_CAST_START(args)
local spellId = args.spellId
if not self:IsValidWarning(args.sourceGUID) then return end--Filter all casts done by mobs in combat with npcs/other mobs.
if not self:IsValidWarning(args.sourceGUID, nil, true) then return end--Filter all casts done by mobs in combat with npcs/other mobs.
if spellId == 292903 and self:AntiSpam(3, 2) then
specWarnMassiveStrike:Show()
specWarnMassiveStrike:Play("shockwave")
Expand Down

0 comments on commit 5d43a08

Please sign in to comment.