Skip to content

Commit

Permalink
NerubarPalace/Ansurek: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 22, 2024
1 parent 0d9e138 commit 59f517b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NerubarPalace/Ansurek.lua
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ do
if args.time - prev > 2 then
prev = args.time
if self:Story() then
self:Message("stages", "cyan", L.stage_two_end_message_storymode, false, nil, 5) -- Stay onscreen for 4s
self:Message("stages", "cyan", L.stage_two_end_message_storymode, false, nil, 5) -- Stay onscreen for 5s
else
self:Message("stages", "cyan", CL.killed:format(args.destName), false)
self:Bar(448046, self:Easy() and 7.1 or 5.9, CL.knockback) -- Gloom Eruption
Expand Down

0 comments on commit 59f517b

Please sign in to comment.