We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f437c commit 04cd45eCopy full SHA for 04cd45e
Core.lua
@@ -154,7 +154,9 @@ function PPF_Core:OnEnable()
154
end
155
156
function IsInParty()
157
- if GetNumGroupMembers() > 1 then
+ if GetNumGroupMembers() > 5 then
158
+ return false
159
+ elseif GetNumGroupMembers() > 0 then
160
return true
161
162
PartyPetsFix.toc
@@ -1,6 +1,6 @@
1
## Interface: 100002
2
## Author: muleyo
3
-## Version: 1.0.3
+## Version: 1.0.4
4
## Title: |cff009cffPartyPets Fix|r
5
## Notes: Makes Raid-Style Partyframe Pets visible again
6
## SavedVariables: PPFDB
0 commit comments