Skip to content

Commit 04cd45e

Browse files
committed
Custom PartyPet frames are no longer being displayed in battlegrounds as pets are visible in the default frames
1 parent 24f437c commit 04cd45e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Core.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ function PPF_Core:OnEnable()
154154
end
155155

156156
function IsInParty()
157-
if GetNumGroupMembers() > 1 then
157+
if GetNumGroupMembers() > 5 then
158+
return false
159+
elseif GetNumGroupMembers() > 0 then
158160
return true
159161
end
160162
end

PartyPetsFix.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interface: 100002
22
## Author: muleyo
3-
## Version: 1.0.3
3+
## Version: 1.0.4
44
## Title: |cff009cffPartyPets Fix|r
55
## Notes: Makes Raid-Style Partyframe Pets visible again
66
## SavedVariables: PPFDB

0 commit comments

Comments
 (0)