View Single Post
08-30-12, 01:20 PM   #2
SaraFdS
A Fallenroot Satyr
 
SaraFdS's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 24
That's an easy one - the function has been removed and replaced by GetNumGroupMembers. A simple search & replace on all addon files should do for most if not all occasions:

search for: GetRealNumRaidMembers()
replace with: GetNumGroupMembers(LE_PARTY_CATEGORY_HOME)
__________________
Sará the Insane
  Reply With Quote