Skip to content

Commit

Permalink
Amirdrassil/Smolderon: Fix Brand of Damnation cast time on heroic/mythic
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Dec 10, 2023
1 parent e4bd92b commit 66484ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Amirdrassil/Smolderon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function mod:BrandofDamnation(args)
if not overheatedOnMe then -- no circle
self:PlaySound(args.spellId, "alert") -- stack
if self:Damager() then
self:CastBar(args.spellId, 4, L.brand_of_damnation)
self:CastBar(args.spellId, self:Easy() and 4 or 3, L.brand_of_damnation)
end
end
brandofDamnationCount = brandofDamnationCount + 1
Expand Down

0 comments on commit 66484ff

Please sign in to comment.