Skip to content

Commit

Permalink
Cataclysm/GrimBatol/Trash: Lava Fist cooldown update
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Dec 18, 2024
1 parent 66f6575 commit 72a346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cataclysm/GrimBatol/Trash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ end

function mod:LavaFist(args)
self:Message(args.spellId, "purple")
self:Nameplate(args.spellId, 15.0, args.sourceGUID)
self:Nameplate(args.spellId, 23.0, args.sourceGUID)
self:PlaySound(args.spellId, "alert")
end

Expand Down

0 comments on commit 72a346e

Please sign in to comment.