ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Couple.py
@@ -93,7 +93,7 @@
        PyGameData.g_marryReqInfo[tagPlayerID] = reqData
        
        reqPlayer = GameWorld.GetPlayerManager().FindPlayerByID(tagPlayerID)
        isOK = PlayerLove.__DoMarryResponse(curPlayer, reqPlayer, tagPlayerID, 1)
        isOK = PlayerLove.__DoMarryResponse(curPlayer, playerID, reqPlayer, tagPlayerID, 1)
        GameWorld.DebugAnswer(curPlayer, "设置伴侣【%s】 %s" % (tagPlayerID, isOK))
        return