Hello,
My toon had few characters on its friend list and one of them got deleted
Now each time I log it, my fr list is empty and it gets "reloaded" whenever i add someone already added.
Is there any way to solve this?
Thanks for reading
Printable View
Hello,
My toon had few characters on its friend list and one of them got deleted
Now each time I log it, my fr list is empty and it gets "reloaded" whenever i add someone already added.
Is there any way to solve this?
Thanks for reading
3.3.5a, Wotlk, I play on Ragnaros server
I had the same problem, I solved it by using a macro that removed all my current friends.
NOTE: This macro will remove ALL your friends from friendlist. When each friend is deleted it gets printed in the chatwindow, so it's quite easy to re-add them.
Hopefully it helps. :)
/run for i=1,GetNumFriends()do RemoveFriend(i)end
It could not have worked any better!
Thanks a lot