Carbonite Classic (with all modules)

Carbonite Classic (with all modules)

518k Downloads

Adding pals to friendlist fails in WOTLK

Termalator opened this issue ยท 4 comments

commented

If i try to add a pal to a friendlist (make red to friend) i am getting this:

2x [string "AddFriend ("XXXX-XXXX")"]:1: attempt to call global 'AddFriend' (a nil value) [string "AddFriend ("XXXX-XXXX")"]:1: in main chunk [string "=[C]"]: in function RunScript'
[string "@FrameXML\ChatFrame.lua"]:2196: in function ?' [string "@FrameXML\ChatFrame.lua"]:4933: in function ChatEdit_ParseText'
[string "@FrameXML\ChatFrame.lua"]:4596: in function ChatEdit_SendText' [string "@FrameXML\ChatFrame.lua"]:4632: in function ChatEdit_OnEnterPressed'
[string ":OnEnterPressed"]:1: in function <[string ":OnEnterPressed"]:1>

Locals:
(*temporary) = nil
(*temporary) = "XXXX-XXXX"
(*temporary) = "attempt to call global 'AddFriend' (a nil value)"
`

i fixed it by changing all "AddFriend" in ~/Carbonite.Social/NxSocial.lua to "C_FriendList.AddFriend".

commented

Wil fix that soon. Thanks for the report.

commented

Thank you :)

commented

Should be fixed now.

commented

Yes it works, thank you very much :) and sorry for the late reply.