diff --git a/Delves/TheSpiralWeave/ThePuppetmaster.lua b/Delves/TheSpiralWeave/ThePuppetmaster.lua index 83eb1b439..1659f8da4 100644 --- a/Delves/TheSpiralWeave/ThePuppetmaster.lua +++ b/Delves/TheSpiralWeave/ThePuppetmaster.lua @@ -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