View Single Post
12-05-19, 01:01 PM   #4
Urtgard
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Apr 2016
Posts: 25
The error message says: string expected, got table. Name should be a string but somehow it's a table.
Why is that? C_FriendList.GetFriendInfo(Name) returns a table with a bunch of info: https://wow.gamepedia.com/API_C_Frie....GetFriendInfo
If you just want the name you can use C_FriendList.GetFriendInfo(Name).name
  Reply With Quote