gOOvER / GuildGreet-Extended

A Greeting Addon for WoW
Other
4 stars 3 forks source link

Small fixes for Shadowlands #42

Closed ReglohPri closed 3 years ago

ReglohPri commented 3 years ago

There were any api function deprecated:

GetNumFriends() changed to C_FriendList.GetNumFriends() ShowFriends() changed to C_FriendList.ShowFriends()

GetFriendInfo(index) changed to C_FriendList.GetFriendInfoByIndex(index) The results come in a different order.