ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerRequest.py
@@ -115,7 +115,9 @@
        
    PyGameData.g_playerRequests[curTagPlayerID][(curPlayer.GetID(), requestType)] = [curPlayer.GetName(), 
                                                                                     curPlayer.GetLV(),
                                                                                     curPlayer.GetOfficialRank()]
                                                                                     curPlayer.GetOfficialRank(),
                                                                                     curPlayer.GetFace(),
                                                                                     curPlayer.GetFacePic()]
    return
@@ -157,6 +159,8 @@
        askFriendPack.Name = playerInfo[0]
        askFriendPack.LV = playerInfo[1]
        askFriendPack.RealmLV = playerInfo[2]
        askFriendPack.Face = playerInfo[3]
        askFriendPack.FacePic = playerInfo[4]
        NetPackCommon.SendFakePack(curPlayer, askFriendPack) 
    
    return