Skip to content

Commit

Permalink
Delves/TheSpiralWeave/ThePuppetmaster: Fix Jagged Barbs bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Sep 16, 2024
1 parent 3d816a3 commit 97042ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Delves/TheSpiralWeave/ThePuppetmaster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function mod:JaggedBarbs(args)
-- this spellId can also be cast by trash
if self:MobId(args.sourceGUID) == 220510 then -- The Puppetmaster? (Final Stage)
self:Message(args.spellId, "orange", CL.frontal_cone)
self:CDBar(args.spellId, 12.1)
self:CDBar(args.spellId, 12.1, CL.frontal_cone)
self:PlaySound(args.spellId, "alarm")
end
end
Expand Down

0 comments on commit 97042ef

Please sign in to comment.