Skip to content

Commit

Permalink
didn't mean to remove antispam
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 11, 2025
1 parent f22ce3f commit 461ac65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DBM-Raids-Vanilla/AQ40/AQ40Trash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ function mod:SPELL_DAMAGE(sourceGUID, sourceName, _, sourceRaidFlags, destGUID,
self:TrackTrashAbility(sourceGUID, "Meteor", sourceRaidFlags, sourceName)
elseif spellId == 26554 or spellId == 8732 then
self:TrackTrashAbility(sourceGUID, "Thunderclap", sourceRaidFlags, sourceName)
timerThunderClapCD:Start(7, sourceGUID)
if self:AntiSpam(1, "Thunderclap", sourceGUID) then
timerThunderClapCD:Start(7, sourceGUID)
end
elseif spellId == 25779 then
self:TrackTrashAbility(sourceGUID, "ManaBurn", sourceRaidFlags, sourceName)
end
Expand Down

0 comments on commit 461ac65

Please sign in to comment.