Skip to content

Commit

Permalink
potential fix for SendMessage error when leaving dungeon finder
Browse files Browse the repository at this point in the history
  • Loading branch information
AznamirWoW committed Nov 2, 2023
1 parent ff243d2 commit f838482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PallyPower.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,8 @@ function PallyPower:SendMessage(msg, type, target)
else
if IsInRaid() then
type = "RAID"
elseif IsInGroup(LE_PARTY_CATEGORY_HOME) then
--elseif IsInGroup(LE_PARTY_CATEGORY_HOME) then
else
type = "PARTY"
end
end
Expand Down

0 comments on commit f838482

Please sign in to comment.