Skip to content

Commit

Permalink
throttle shadow prison
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Nov 2, 2023
1 parent c58847d commit ccb2838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-WoTLK/Icecrown/TheCrimsonHall/BPCouncil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function mod:SPELL_AURA_APPLIED(args)
if args:IsPlayer() then
timerShadowPrison:Start()
local amount = args.amount or 1
if (amount % 3 == 0) and >= 6 then --Placeholder right now, might use a different value
if (amount % 3 == 0) and amount >= 6 then --Placeholder right now, might use a different value
specWarnShadowPrison:Show(args.amount)
specWarnShadowPrison:Play("stackhigh")
end
Expand Down

0 comments on commit ccb2838

Please sign in to comment.