Skip to content

Commit

Permalink
Update AnnounceReset.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogo1951 authored Nov 11, 2022
1 parent 1522993 commit 9d54411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnnounceReset.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local function AnnounceInstanceReset(_, msg, ...)
end
end
elseif strmatch(msg, failedreset) then
local playersStillInside = " Anyone still inside can exit and re-enter"
local playersStillInside = " Any players still inside will need to exit and then re-enter."
if (UnitIsGroupLeader("player")) then
if (IsInRaid()) then
SendChatMessage(addon.instanceResetString .. playersStillInside, "RAID")
Expand Down

0 comments on commit 9d54411

Please sign in to comment.