Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Sets the note text for a friend.

found = C_FriendList.SetFriendNotes(name, notes)

Arguments[]

name
string - name of friend in the friend list.
notes
string - the text that the friends note will be set to, up to 48 characters, anything longer will be truncated.

Returns[]

found
boolean - Whether the friend's note was successfully set.

Patch changes[]

Battle for Azeroth Patch 8.1.0 (2018-12-11): Moved to C_FriendList. The former alias SetFriendNotes is deprecated and will be removed in the following expansion.

Advertisement