moved functions.
Ferrolune opened this issue ยท 0 comments
Getting some bug errors related to nil functions, did some searching and those functions were moved.
GetFriendInfo = C_FriendList.GetFriendInfo
AddFriend = C_FriendList.Addfriend
GetNumFriends = C_FriendList.GetNumFriends
RemoveFriend = C_FriendList.RemoveFriend
Function names occur on lines 37, 48, 49, 116,117,118, 133, 139, 142, 170, and 179.