Skip to content

Commit

Permalink
Cataclysm/ThroneTides/Mindbender: Update stage 2 message
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Nov 24, 2023
1 parent 569e90b commit ec2c448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cataclysm/ThroneTides/Mindbender.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function mod:EncounterEvent()
self:StopBar(429037) -- Stormflurry Totem
self:StopBar(429051) -- Earthfury
self:SetStage(2)
self:Message("stages", "cyan", CL.stage:format(2), nil)
self:Message("stages", "cyan", CL.percent:format(25, CL.stage:format(2)), false)
self:PlaySound("stages", "long")
self:CDBar(429172, 3.2) -- Terrifying Vision
end
Expand Down

0 comments on commit ec2c448

Please sign in to comment.