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