diff --git a/PallyPower.lua b/PallyPower.lua index 3180a32..69e6b18 100644 --- a/PallyPower.lua +++ b/PallyPower.lua @@ -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