ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFBHelpBattle.py
@@ -446,7 +446,7 @@
            if PlayerFriend.IsFriend(playerID, tagPlayerID):
                return checkRelation
        if checkRelation == 2:
            if curPlayer.GetFamilyID() == tagFamilyID:
            if tagFamilyID and curPlayer.GetFamilyID() == tagFamilyID:
                return checkRelation
    return 0