Skip to content

Commit

Permalink
Update luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Dec 26, 2021
1 parent a545a55 commit 4733746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ globals = {
"UnitPlayerOrPetInParty",
"UnitPlayerOrPetInRaid",
"UnitName",
"UnitExists",
}
2 changes: 1 addition & 1 deletion DBM-Challenges/Legion/DPSXylem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function mod:SPELL_AURA_APPLIED(args)
end

function mod:SPELL_PERIODIC_DAMAGE(_, _, _, _, destGUID, _, _, _, spellId, spellName)
if spellId == 232672 and destGUID == UnitGUID("player") and not playerDebuff and self:AntiSpam(2, 1) then
if spellId == 232672 and destGUID == UnitGUID("player") and not self:AntiSpam(2, 1) then
specWarnGTFO:Show(spellName)
specWarnGTFO:Play("watchfeet")
end
Expand Down

0 comments on commit 4733746

Please sign in to comment.