View Single Post
01-04-15, 11:07 AM   #24
samyonair
A Frostmaul Preserver
 
samyonair's Avatar
Join Date: May 2009
Posts: 257
from what I now understand it is the right place

because it is the comunication for pals (social) in NxCom.lua that throws the error on not online

Code:
    local msg = self.PalsSendMsg                                       
                                              if msg then                                
                                                       ShowFriends() -- force Friend List Update                                                                                                   self.PosSendNext = self.PosSendNext + 1                                       
                                                  if self.PosSendNext > #self.Friends then
greetings Samyonair

ps and this error accurs in every addon I have seen in comunication issues

Last edited by samyonair : 01-04-15 at 11:24 AM.