View Single Post
01-19-14, 04:14 AM   #7
Choonstertwo
A Chromatic Dragonspawn
 
Choonstertwo's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 194
Originally Posted by Phanx View Post
GetNumPartyMembers() usually needs to be replaced by GetNumGroupMembers() - 1 since "group members" includes the player, but "party members" does not, at least as far as the "partyN" unit tokens are concerned.
Ah, I didn't think of that. I was thinking it may break because the AddOn was using it to get the number of people in the player's party while they're in a raid group; in which case it'd need to be replaced with GetNumSubgroupMembers() - 1 instead.
  Reply With Quote